@charset "utf-8";
/*html5*/
article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}




/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
}

html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, button, textarea, iframe, table, th, td, dd, dt {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    outline: none
}



html, body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.flex1{
    flex: 1
}

.clear {
    clear: both;
    overflow: hidden;
}

a {
    text-decoration: none;
    color: #333;
}

input {
    border: none;
    outline: medium;
}

* {
    box-sizing: border-box;
}

body {
    width: 100%;
    background: #fff;
    color: #333;
    font-size: 14px;
}

html {
    overflow-x: hidden;
}

table {
    border-collapse: collapse
}

img {
    border: none;
    max-width: 100%;
}

ul {
    list-style: none;
}


.header {
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 54px 25px 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    font-size: 0;
}

.logo img {
    width: 95px;
}

.logbutt {
    display: flex;
    align-items: center;
}

.logbutt1 {
    display: flex;
    align-items: center;
}

.logbutt1 a {
    font-size: 14px;
    color: #16aa57;
    margin-right: 30px;
}

.logbutt1 a:hover {
    font-weight: bold;
    text-decoration: underline;
}

.logbutt2 {
    display: flex;
    align-items: center;
}

.logbutt2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 36px;
    border-radius: 18px;
    border: 1px solid #16aa57;
}

.logbutt2 a img {
    margin-right: 6px;
}

.logbutt2a {
    background-color: #16aa57;
    color: #ffffff;
}

.logbutt2b {
    margin-left: 10px;
    color: #16aa57;
}

.syindex {
    padding: 25px 0 100px;
}

.syindex1 {
    width: 96%;
    max-width: 1111px;
    margin: 0 auto;
    position: relative;
}

.syindex2 {
    background: url(../img/easebg.png) center #3c9869 no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 0 32px;
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    line-height: 200px;
    margin-bottom: 40px;
}

.syindex3 {
    margin-top: 24px;
    border-radius: 10px;
    padding: 30px 0 20px;
    background-color: #16aa57;
}

.syindex4 {
    font-size: 30px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 1;
}

.syindex5 {
    margin-top: 16px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 1;
}

.syindex6 {
    margin-top: 170px;
    font-size: 24px;
    color: #333333;
    line-height: 48px;
}

.footer {
    background-color: #333333;
    padding: 30px 0 20px;
}

.footer1 {
    width: 96%;
    margin: 0 auto;
    max-width: 1111px;
}

.footer2 {
    text-align: center;
}

.footer2 a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
}

.footer2 span {
    font-size: 14px;
    color: #585858;
    margin: 0 16px;
}

.footer3 {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

.looking {
    background: url(../img/lookingbg.png) center no-repeat;
    background-position: center;
    background-size: auto 100%;
    padding: 0 32px;
    font-size: 36px;
    color: #ffffff;
    font-weight: bold;
    line-height: 200px;
}

.address {
    font-size: 14px;
    color: #999999;
    line-height: 52px;
    border-bottom: 1px solid #eeeeee;
}

.address a {
    color: #999999;
}

.item {
    padding: 20px 0;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.item1 {
    font-size: 14px;
    color: #555555;
}

.item1 span {
    color: #ff0000;
}

.item2 {
    margin-left: 6px;
    margin-right: 20px;
}

.item2 input {
    width: 133px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}

.item3 input {
    width: 170px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0 6px;
}

.item4 {
    display: flex;
    align-items: center;
}

.item4 label {
    margin-left: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
}

.item4 label input {
    margin-left: 8px;
}

.itemButt {
    background-color: #eeeeee;
    padding: 16px 0;
    text-align: center;
}

.itemButt1 {
    margin: 0 25px;
    width: 129px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #bfbfbf;
    background-color: #ffffff;
    font-size: 16px;
    color: #bfbfbf;
}

.itemButt2 {
    margin: 0 25px;
    width: 129px;
    height: 42px;
    border-radius: 5px;
    border: 1px solid #16aa57;
    background-color: #16aa57;
    font-size: 16px;
    color: #ffffff;
}

.list ul li {
    margin-top: 30px;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list1 {
    font-size: 0;
    margin-right: 25px;
}

.list1 img {
    width: 225px;
}

.list2 {
    flex: 1;
    padding-bottom: 36px;
    border-bottom: 1px solid #eeeeee;
}

.list3 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list5 {
    font-size: 20px;
    color: #333333;
}

.list5 span {
    font-size: 15px;
    margin-left: 20px;
}

.list6 {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
}

.list6 span {
    margin-right: 20px;
}

.list7 {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.list7 a {
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    color: #16aa57;
    margin-left: 20px;
}

.list7 a img {
    margin-right: 6px;
}

.list8 {
    font-size: 30px;
    color: #ff6600;
}

.list9 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list10 {
    font-size: 16px;
    color: #333333;
}

.list10 span {
    color: #555555;
}

.list11 {
    display: flex;
    align-items: center;
}

.list11a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 217px;
    height: 34px;
    background-color: #16aa57;
    border: 1px solid #16aa57;
    border-radius: 3px;
    font-size: 14px;
    color: #ffffff;
}

.list11a img {
    margin-right: 15px;
}

.list11b {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 151px;
    height: 34px;
    background-color: #e7f6ee;
    border: 1px solid #16aa57;
    border-radius: 3px;
    font-size: 14px;
    color: #16aa57;
}

.list11b img {
    margin-right: 15px;
}

.page {
    margin-top: 49px;
    text-align: center;
}



.page li {
    vertical-align: top;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #333333;
}

.page li.active a{
    background-color: #16aa57;
    border: 1px solid #16aa57;
    color: #ffffff;
}
/*分页*/
/*.page {*/
/*    text-align: center;*/
/*}*/

/*.page li {*/
/*    padding: 0 10px;*/
/*    margin: 0 2px;*/
/*    height: 30px;*/
/*    line-height: 30px;*/
/*    text-align: center;*/
/*    background: #e6e6e6;*/
/*    color: #333;*/
/*    display: inline-block;*/
/*}*/

.page li.active {

    background: #16aa57;
    color: #fff;
}

/*.page li:hover {*/
/*    background: #f90712;*/
/*}*/

/*.page li:hover a {*/
/*    color: #fff;*/
/*}*/

.cbtoo {
    position: fixed;
    right: 240px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}

.cbtoo1 {
    width: 99px;
    background-color: #f15500;
    border-radius: 5px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cbtoo2 {
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
}

.cbtoo2 img {
    display: block;
    margin: 0 auto 10px;
}

.cbtoo3 {
    margin-top: 16px;
    width: 99px;
    background-color: #16aa57;
    border-radius: 5px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cbtoo4 {
    margin-top: 16px;
    width: 99px;
    border: 1px solid #16aa57;
    background-color: #e7f6ee;
    border-radius: 5px;
    height: 155px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.cbtoo4 .cbtoo2 {
    color: #16aa57;
}

.houseDeta1 {
    overflow: hidden;
}

.houseDeta2 {
    float: left;
    font-size: 0;
    width: 48.6%;
}

.houseDeta3 {
    float: right;
    width: 48.6%;
    border: 1px solid #e6e6e6;
    padding: 40px 24px 40px 30px;
}

.houseDeta4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.houseDeta5 {
    font-size: 24px;
    color: #333333;
}

.houseDeta5 span {
    font-size: 16px;
    color: #999999;
}

.houseDeta6 {
    font-size: 27px;
    color: #ff6600;
    font-weight: bold;
}

.houseDeta6 span {
    font-size: 16px;
}

.houseDeta7 {
    text-align: right;
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 14px;
    color: #9d9d9d;
    text-align: right;
}

.houseDeta8 {
    margin-top: 16px;
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.houseDeta8 span {
    color: #555555;
}

.houseDeta9 {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #f2f2f2;
    font-size: 18px;
    color: #999999;
}

.houseDeta9 span {
    color: #555555;
}

.houseDeta10 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.houseDeta10a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    border: 1px solid #16aa57;
    background-color: #16aa57;
    border-radius: 9px;
    color: #ffffff;
    font-size: 14px;
}

.houseDeta10a img {
    margin-right: 5px;
}

.houseDeta10b {
    margin-left: 10px;
    width: 148px;
    height: 46px;
    border: 1px solid #16aa57;
    background-color: #e7f6ee;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #16aa57;
}

.houseDeta10b img {
    margin-right: 5px;
}

.photo {
    margin-top: 25px;
    font-size: 0;
}

.photo img {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-top: 25px;
}

.photo img:nth-child(4n) {
    margin-right: 0;
}

.arrow {
    margin-top: 36px;
    font-size: 0;
    text-align: center;
}

.chmap {
    margin-top: 24px;
    padding: 24px 30px 20px 36px;
    border-radius: 10px;
    background-color: #eeeeee;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.chmap1 {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}

.chmap1 span {
    color: #555555;
}

.chmap2 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #16aa57;
    width: 157px;
    height: 35px;
    border-radius: 5px;
}

.chmap2 a img {
    margin-right: 6px;
}

.cans {
    margin-top: 25px;
}

.cans1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.cans2 {
    font-size: 18px;
    color: #999999;
    width: 214px;
    padding: 20px 0;
    line-height: 30px;
}

.cans3 {
    flex: 1;
    padding: 20px 0;
    border-bottom: 1px solid #a0a0a0;
}

.cans4 {
    font-size: 14px;
    color: #000000;
    line-height: 30px;
}

.cans5 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.cans6 {
    width: 120px;
    margin-right: 20px;
}

.cans6 img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    margin: 0 auto 10px;
}

.cans6 span {
    display: block;
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.messTc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.messTc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 96%;
    max-width: 890px;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 9px;
}

.close {
    font-size: 0;
    position: absolute;
    right: -24px;
    top: -24px;
}

.messTc2 {
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 1;
}

.messTc3 {
    margin-top: 24px;
}

.messTc3 textarea {
    width: 100%;
    height: 345px;
    resize: none;
    background-color: #eeeeee;
    border: none;
    border-radius: 10px;
    padding: 10px 16px;
    font-size: 16px;
}

.messTc4 {
    margin-top: 20px;
}

.messTc4 input {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    background-color: #16aa57;
    height: 50px;
    border-radius: 10px;
    width: 100%;
}

.serMap {
    padding: 20px 0 36px;
    background-color: #f4f4f4;
}

.serMap1 {
    width: 96%;
    max-width: 1111px;
    margin: 0 auto;
    position: relative;
}

.serMap2 {
    background-color: #ffffff;
    padding: 25px 25px 36px;
}

.serMap3 {
    padding: 20px 0;
    border-bottom: 1px dashed #eeeeee;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.serMap4 {
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

.serMap4 span {
    color: #ff0000;
}

.serMap5 {
    margin-left: 6px;
    margin-right: 20px;
}

.serMap5 input {
    width: 133px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}

.serMap6 input {
    width: 170px;
    height: 30px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    padding: 0 10px;
    margin: 0 6px;
}

.serMap7 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.serMap7 label {
    margin-left: 40px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #555555;
    line-height: 30px;
}

.serMap7 label input {
    margin-left: 8px;
}

.serMap8 {
    flex: 1;
    margin-left: 6px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.serMap8 span {
    margin-bottom: 5px;
    font-size: 14px;
    color: #555555;
    margin-left: 24px;
    margin-right: 9px;
}

.serMap8 code {
    margin-bottom: 5px;
    font-family: inherit;
    font-size: 14px;
    color: #555555;
    margin-left: 16px;
}

.serMap8 input {
    margin-bottom: 5px;
    width: 50px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 10px;
    text-align: center;
}

.serMap8 input.size {
    width: 88px;
}

.serMap8 textarea {
    width: 100%;
    background-color: #f6f6f6;
    border: none;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    resize: none;
}

.serButt {
    margin-top: 20px;
    padding-left: 20px;
}

.serButt input {
    width: 171px;
    height: 35px;
    background-color: #16aa57;
    border-radius: 5px;
    font-size: 14px;
    color: #ffffff;
}

.czmap {
    margin-top: 20px;
}

.czupload {
    margin-left: 20px;
    margin-right: 20px;
}

.czupload span {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    margin-right: 20px;
}

.czupload span input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.czupload span img {
    width: 147px;
    height: 147px;
}

.czupload span img.delete {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 50%;
}

.tips {
    margin-top: 30px;
    background-color: #fbe3d1;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    font-size: 14px;
    color: #ae5e22;
    line-height: 50px;
}

.borderno {
    border: none;
}

.czsub {
    background-color: #eeeeee;
    padding: 16px 0;
    text-align: center;
}

.czsub input {
    width: 254px;
    height: 42px;
    border-radius: 5px;
    background-color: #16aa57;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
}

.czsuccess {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.czsuccess1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 90%;
    max-width: 650px;
    border-radius: 9px;
    padding: 25px 25px 32px;
}

.czsuccess2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #20c063;
    border-bottom: 2px solid #20c063;
    padding-bottom: 20px;
}

.czsuccess3 {
    margin-top: 30px;
    font-size: 23px;
    color: #000000;
    text-align: center;
}

.yytips1 {
    position: relative;
    margin: 30px 16px 0;
    min-height: 119px;
    padding: 16px 0;
    border: 1px dashed #cccccc;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yytips2 {
    text-align: center;
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.yytips2 img {
    display: block;
    margin: 0 auto;
}

.yytips1 > input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    opacity: 0;
}

.fwgl {
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}

.fwgl1 ul li {
    margin-top: 36px;
    background-color: #ffffff;
    padding: 30px 20px 20px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.fwgl2 {
    display: flex;
    align-items: flex-start;
}

.fwgl3 {
    font-size: 0;
    margin-right: 15px;
}

.fwgl3 img {
    width: 160px;
    border-radius: 5px;
}

.fwgl4 {
    flex: 1;
}

.fwgl5 {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000000;
}

.fwgl5 img {
    margin-right: 6px;
}

.fwgl6 {
    margin-top: 16px;
    font-size: 14px;
    color: #666666;
}

.fwgl7 {
    margin-top: 20px;
    box-shadow: 0 0 10px #f3f3f3;
    border-radius: 5px;
}

.fwgl8 {
    padding: 0 15px;
    line-height: 58px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #999999;
}

.fwgl8 span {
    font-size: 24px;
    color: #20c063;
}

.fwgl9 {
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 0 15px;
    height: 44px;
}

.fwgl9 img {
    margin-right: 6px;
}

.fwgl9 span {
    color: #666666;
}

.fwgl10 {
    margin-top: 20px;
}

.fwgl10 a {
    font-size: 14px;
    color: #000000;
    display: inline-block;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    line-height: 28px;
    padding: 0 12px;
    margin-right: 5px;
    min-width: 80px;
    text-align: center;
}

.logined {
    display: flex;
    align-items: center;
}

.logined1 {
    font-size: 0;
    margin-right: 10px;
}

.logined1 img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.logined3 {
    font-size: 18px;
    color: #000000;
}

.logined4 {
    font-size: 14px;
    color: #000000;
}

.dzsear {
    font-size: 36px;
    color: #000000;
    text-align: center;
}

.dzitem {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    padding: 20px;
}

.dzitem1 {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
}

.dzitem1:nth-child(3n) {
    margin-right: 0;
}

.dzitem2 {
    font-size: 14px;
    color: #000000;
}

.dzitem2 span {
    color: #ff0000;
}

.dzitem3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.dzitem3 input {
    background-color: #f6f6f6;
    width: 100%;
    height: 30px;
    border-radius: 5px;
    padding: 0 10px;
}

.dzbutt {
    margin-top: 27px;
}

.dzbutt button {
    margin-right: 36px;
    display: inline-block;
    vertical-align: top;
    width: 211px;
    height: 45px;
    border-radius: 3px;
    background-color: #16aa57;
    font-size: 16px;
    color: #fff;
    border: 1px solid #16aa57;
    cursor: pointer;
}

.dzbutt a {
    display: inline-block;
    vertical-align: top;
    width: 211px;
    height: 45px;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #16aa57;
    border: 1px solid #16aa57;
    text-align: center;
    line-height: 43px;
}

.dzlist ul {
    overflow: hidden;
}

.dzlist ul li {
    list-style-type: none;
    float: left;
    margin-top: 30px;
    margin-right: 11px;
    width: calc((100% - 33px) / 4);
}

.dzlist ul li:nth-child(4n) {
    margin-right: 0;
}

.dzlist1 {
    font-size: 0;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
    height: 165px;
    overflow: hidden;
}

.dzlist1 img {
    min-height: 100%;
    min-width: 100%;
    max-width: auto;
    max-height: auto;
}

.dzlist2 {
    padding: 10px 10px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 20px 20px;
}

.dzlist3 {
    font-size: 16px;
    color: #222222;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.dzlist4 {
    margin-top: 10px;
    font-size: 16px;
    color: #6a6a6a;
}

.txr {
    text-align: right;
}

.pictc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1005;
}

.pictc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    line-height: 80px;
    width: 90%;
    max-width: 425px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.pictc3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    border-radius: 10px;
    width: 90%;
    max-width: 425px;
    padding: 30px 0;
}

.pictc4 {
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.pictc2 {
    margin-top: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.pictc2 a {
    display: inline-block;
    width: 172px;
    height: 36px;
    border-radius: 5px;
    border: 1px solid #26b062;
    font-size: 14px;
    color: #16aa57;
    line-height: 34px;
    text-decoration: none;
    cursor: pointer;
}

.logre {
    background-color: #f8f8f8;
    padding: 36px 0 52px;
    min-height: calc(100vh - 209px);
}

.logre1 {
    width: 90%;
    max-width: 475px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
    padding: 32px 48px;
}

.mt144 {
    margin-top: 144px;
}

.logre2 {
    margin-bottom: 16px;
    position: relative;
}

.logre2 input {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 0 16px;
    font-size: 14px;
}

.eye {
    position: absolute;
    right: 10px;
    top: 0;
    width: 30px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.eye::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.eyeicon1 {
    display: none;
}

.logre2 a {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 14px;
    color: #38c173;
    height: 100%;
    display: flex;
    align-items: center;
}

.logre3 {
    text-align: right;
}

.logre3 a {
    font-size: 16px;
    color: #3490dc;
}

.logre4 {
    margin-top: 25px;
}

.logre4 input {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background-color: #38c172;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

.logre5 {
    margin-top: 40px;
    text-align: center;
}

.logre5 a {
    font-size: 16px;
    color: #3490dc;
}

.logre6 {
    font-size: 14px;
    color: #000000;
    margin-bottom: 10px;
}

.logre6 span {
    color: #ed0000;
}

.logre6 code {
    font-family: inherit;
    color: #999999;
}

.logre7 {
    margin-bottom: 16px;
    position: relative;
}

.logre7 input {
    width: 100%;
    height: 56px;
    border-radius: 5px;
    border: 1px solid #ced4da;
    padding: 0 16px 0 40px;
    background: url(../img/email.png) no-repeat;
    background-position: 10px center;
    font-size: 14px;
}

.logre8 {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.logre9 {
    position: relative;
    font-size: 0;
    margin-left: 36px;
}

.logre9 img {
    width: 92px;
    height: 92px;
    border-radius: 50%;
}

.logre9 input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.logre10 {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
}

.logre10 a {
    color: #3490dc;
}

.permess {
    min-height: calc(100vh - 209px);
    background-color: #f1f1f1;
    padding: 70px 0 109px;
}

.permess1 {
    width: 90%;
    max-width: 620px;
    margin: 0 auto;
}

.permess1 ul li {
    list-style-type: none;
    margin-top: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
}

.permess1 ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 36px;
    height: 78px;
}

.permess2 {
    width: 50px;
    font-size: 0;
}

.perimg1 {
    display: none;
}

.permess3 {
    flex: 1;
    font-size: 24px;
    color: #000000;
}

.permess4 {
    font-size: 0;
    margin-left: 16px;
}

.permess1 ul li:hover {
    background-color: #16aa57;
}

.permess1 ul li:hover .perimg {
    display: none;
}

.permess1 ul li:hover .perimg1 {
    display: block;
}

.permess1 ul li:hover .permess3 {
    color: #ffffff;
}

.seitem {
    background-color: #eeeeee;
    padding: 16px 0;
}

.seitem1 {
    width: 90%;
    max-width: 1111px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.seitem2 {
    background-color: #fff;
    height: 66px;
    border-radius: 30px;
    border: 1px solid #dddddd;
    padding: 8px;
    max-width: 920px;
    width: 100%;
    display: flex;
    align-items: center;
}

.seitem3 {
    padding-left: 24px;
    width: 265px;
    display: flex;
    align-items: center;
    height: 100%;
}

.seitem4 {
    font-size: 12px;
    color: #000000;
}

.seitem5 {
    font-size: 14px;
}

.seitem5 input {
    height: 30px;
    width: 100%;
}

.seitemad {
    display: flex;
    align-items: center;
}

.seitem6 {
    height: 100%;
    display: flex;
    align-items: center;
    width: 156px;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}

.seitem6.on {
    border: 1px solid #dddddd;
}

.seitem6 .seitem5 input {
    text-align: center;
}

.seitem7 {
    flex: 1;
    padding-left: 20px;
    border-left: 1px solid #dddddd;
}

.seitem8 {
    margin-left: 10px;
}

.seitem8 button {
    width: 104px;
    height: 48px;
    border-radius: 24px;
    border: none;
    background-color: #16aa57;
    font-size: 16px;
    color: #ffffff;
}

.dzselist {
    padding: 20px 3% 36px;
}

.dzseitem {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.dzseitem a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #3e3e3e;
    height: 42px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    padding: 0 20px;
    margin-right: 32px;
}

.dzseitem a.on {
    border: 1px solid #000000;
}

.dzselist1 {
    margin-top: 4px;
}

.dzselist1 ul {
    overflow: hidden;
}

.dzselist1 ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 66px) / 7);
    margin-top: 27px;
    margin-right: 11px;
}

.dzselist1 ul li:nth-child(7n) {
    margin-right: 0;
}

.dzxq {
    padding: 50px 0;
}

.dzxq1 {
    width: 96%;
    max-width: 1111px;
    margin: 0 auto;
}

.dzxq2 {
    font-size: 30px;
    color: #222222;
    font-weight: bold;
}

.dzxq3 {
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.dzxq3a {
    float: left;
    width: 50%;
    margin-top: 7px;
}

.dzxq3b {
    float: left;
    width: 100%;
}

.dzxq3c {
    width: calc((50% - 14px) / 2);
    margin-left: 7px;
    margin-top: 7px;
    float: left;
    height: 275px;
    overflow: hidden;
}

.dzxq3c:nth-child(5n + 1) {
    width: 50%;
    height: 557px;
    margin-left: 0;
}

.dzxq3c img {
    min-height: 100%;
    min-width: 100%;
    /*max-width: 10000%;*/
}

.dzxq4 {
    margin-top: 24px;
    font-size: 24px;
    color: #222222;
    line-height: 38px;
}

.dzxq5 {
    margin-top: 10px;
    font-size: 18px;
    color: #4c4c4c;
}

.dzxq5 a {
    color: #0063ea;
    text-decoration: underline;
}

.dzxq6 {
    margin-top: 20px;
}

.dzxq6 span {
    display: inline-block;
    font-size: 16px;
    color: #16aa57;
    padding: 0 15px;
    line-height: 32px;
    background-color: #d0eedd;
    border-radius: 3px;
    margin-right: 10px;
}

.dzxq7 {
    margin-top: 24px;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding: 16px 0;
    display: flex;
    align-items: center;
}

.dzxq7a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #222222;
    margin-right: 175px;
}

.dzxq7a img {
    margin-right: 14px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.dzxq8 {
    margin-top: 16px;
    font-size: 24px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dzxq9 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}

.dzxq7b {
    font-size: 24px;
    color: #000000;
    margin-right: 108px;
}

.dzxq7b span {
    color: #666666;
}

.dzxq10 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.dzxq10a {
    margin-top: 20px;
    width: calc(100% / 3);
    padding-right: 10px;
    font-size: 14px;
    color: #222222;
    display: flex;
    align-items: center;
}

.dzxq10a span {
    font-size: 0;
    width: 32px;
}

.dzxq11 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.dzxq11a {
    margin-top: 20px;
    margin-right: 66px;
}

.dzxq11b {
    font-size: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dzxq11c {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.dzxq12 {
    margin-top: 10px;
    font-size: 0;
}

.dzxq13 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.dzxq13a {
    margin-top: 52px;
    width: calc((100% - 160px) / 2);
}

.dzxq13b {
    display: flex;
    align-items: center;
}

.dzxq13c {
    font-size: 0;
    margin-right: 15px;
}

.dzxq13c img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.dzxq13d {
    flex: 1;
}

.dzxq13e {
    font-size: 18px;
    color: #000000;
}

.dzxq13f {
    font-size: 14px;
    color: #666666;
}

.dzxq13g {
    margin-top: 10px;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

.dzxq14 {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 49px;
    border-bottom: 1px solid #dddddd;
}

.dzxq14 a {
    color: #333333;
    text-decoration: underline;
}

.dzxq15 {
    margin-top: 32px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
}

.dzxq15a {
    box-shadow: 0 0 15px #f4f4f4;
    background-color: #ffffff;
    padding: 16px 30px 20px 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dzxq15b {
    flex: 1;
    border: 1px solid #8c8c8c;
    display: flex;
    align-items: center;
    border-radius: 9px;
}

.dzxq15c {
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px 0 24px;
}

.dzxq15c:first-child {
    border-right: 1px solid #8c8c8c;
}

.dzxq15d {
    font-size: 16px;
    color: #000000;
    text-align: right;
}

.dzxq15d input {
    text-align: right;
}

.dzxq15e {
    margin-left: 11px;
}

.dzxq15e input {
    width: 232px;
    height: 50px;
    background-color: #009944;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
}

.dzxq16 {
    margin-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
}

.dzxq16 span {
    font-size: 16px;
    color: #222222;
    margin-right: 60px;
}

.dzxq17 {
    margin-top: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    color: #222222;
}

.dzxq18 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 146px 0 12px;
}

.dzxq19 {
    font-size: 16px;
    color: #222222;
}

.dzxq20 a {
    display: block;
    width: 262px;
    height: 80px;
    background-color: #009944;
    border-radius: 5px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
}

.dzxqtc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65);
}

.dzxqtc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 551px;
    background-color: #ffffff;
    border-radius: 24px;
    padding: 20px 32px;
}

.dzxqtc_close {
    position: absolute;
    right: -50px;
    top: -7px;
}

.dzxqtc2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dzxqtc3 {
    font-size: 16px;
    line-height: 42px;
    color: #000000;
}

.dzxqtc4 {
    font-size: 16px;
    line-height: 42px;
    color: #666666;
}

.dzxqtc5 {
    font-size: 16px;
    line-height: 42px;
    color: #000000;
    font-weight: bold;
}

.seitem9 {
    margin-left: 29px;
}

.seitem9 a {
    font-size: 16px;
    color: #c5a700;
    width: 104px;
    height: 48px;
    border-radius: 24px;
    border: 1px solid #c5a700;
    background-color: #ede9d7;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dtzf {
    min-height: calc(100vh - 307px);
    overflow: hidden;
}

.dtzf1 {
    float: right;
    width: 50%;
    height: calc(100vh - 307px);
}

.dtzf2 {
    float: left;
    width: 50%;
    height: calc(100vh - 307px);
    padding: 20px;
    overflow-y: scroll;
}

.dtzf3 {
    font-size: 14px;
    color: #555555;
}

.dtzf3 span {
    font-size: 16px;
    color: #ff6600;
    font-weight: bold;
}

.dtzf4 ul {
    overflow: hidden;
}

.dtzf4 ul li {
    list-style-type: none;
    float: left;
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    margin-top: 18px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
}

.dtzf4 ul li:nth-child(3n) {
    margin-right: 0;
}

.dtzf5 {
    font-size: 0;
}

.dtzf6 {
    padding: 10px;
}

.dtzf7 {
    font-size: 14px;
    color: #333333;
}

.dtzf8 {
    font-size: 14px;
    color: #999999;
}

.dtzf9 {
    margin-top: 10px;
    font-size: 16px;
    color: #ff6600;
}

.dtzftc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1010;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.dtzftc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 456px;
    background-color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
}

.dtzftc_close {
    position: absolute;
    right: 17px;
    top: 17px;
}

.dtzftc2 {
    font-size: 0;
}

.dtzftc2 img {
    width: 100%;
}

.dtzftc3 {
    padding: 10px 20px 16px;
}

.dtzftc4 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.dtzftc5 {
    margin-top: 10px;
    font-size: 14px;
    color: #999999;
}

.dtzftc6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dtzftc7 {
    font-size: 16px;
    color: #ff6600;
}

.dtzftc8 {
    margin-top: 10px;
}

.dtzftc8 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 113px;
    height: 41px;
    border-radius: 5px;
    background-color: #20c063;
    font-size: 14px;
    color: #ffffff;
}

.back {
    margin-bottom: 20px;
}

.back1 a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #20c063;
}

.back1 a img {
    margin-right: 10px;
}

.back2 a {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.back2 a img {
    margin-right: 10px;
}

.dzfb {
    margin-left: 20px;
    margin-right: 20px;
}

.dzfb span {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    position: relative;
    margin-right: 20px;
}

.dzfb span input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
}

.dzfb span img {
    width: 120px;
    height: 120px;
}

.dzfb span img.delete {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 50%;
}

.dzfb1 {
    width: 100%;
}

.dzfb2 {
    margin-top: 16px;
    display: flex;
    align-items: flex-start;
}

.dzfb3 {
    text-align: right;
    width: 249px;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    margin-right: 20px;
}

.dzfb3 span {
    color: #ff0000;
}

.dzfb4 {
    flex: 1;
}

.dzfb4 input {
    width: 100%;
    height: 30px;
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 0 16px;
}

.dzfb4 span {
    margin-top: 9px;
    display: block;
    font-size: 14px;
    color: #ec8313;
}

.dzfb5 {
    width: 100%;
    font-size: 18px;
    color: #000000;
}

.dzfb5 span {
    color: #ff0000;
}

.dzfb6 {
    width: 100%;
}

.dzfb7 {
    flex: 1;
}

.dzfb7 input {
    width: 100%;
    max-width: 445px;
    height: 30px;
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 0 16px;
}

.dzfb8 {
    flex: 1;
    display: flex;
    align-items: center;
}

.dzfb8 input {
    max-width: 146px;
    height: 30px;
    border-radius: 5px;
    background-color: #f4f4f4;
    padding: 0 16px;
    margin-right: 20px;
    padding: 0 9px;
}

.dzfb8 .serMap4 {
    margin-right: 10px;
}

.dzfb9 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.dzfb9a {
    font-size: 14px;
    color: #555555;
}

.dzfb9a input {
    width: 216px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 9px;
}

.dzfb10 {
    padding-left: 30px;
    margin-top: 10px;
    font-size: 14px;
    color: #555555;
}

.dzfb10 input {
    width: 132px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 9px;
}

.dzfb10 span {
    display: inline-flex;
    align-items: center;
    margin-right: 20px;
}

.dzfb10 span img {
    margin-left: 9px;
}

.dzfb10 span input {
    margin-left: 9px;
}

.dzfb11 {
    font-size: 14px;
    color: #010101;
}

.dzfb11 span {
    color: #ff0000;
}

.dzfb11 input {
    width: 132px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 9px;
}

.dzfb12 {
    font-size: 14px;
    color: #010101;
}

.dzfb12 span {
    color: #ff0000;
}

.dzfb12 input {
    width: 70px;
    margin: 0 10px 0 5px;
    height: 30px;
    background-color: #f6f6f6;
    border-radius: 5px;
    padding: 0 9px;
}

.dzfb13 {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 14px;
    color: #555555;
    display: flex;
    align-items: center;
}

.dzfb13 span {
    margin-right: 10px;
}

.dzfb13 input {
    flex: 1;
    height: 30px;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 0 9px;
}

.dzfb14 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dzfb14a {
    width: calc((100% - 20px) / 2);
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000000;
}

.dzfb14a span {
    margin-right: 10px;
}

.dzfb14a input {
    flex: 1;
    height: 30px;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 0 9px;
}

.wdfb {
    padding: 40px 54px;
}

.fbitem {
    margin-top: -44px;
    text-align: center;
    line-height: 24px;
}

.fbitem a {
    font-size: 16px;
    color: #000000;
    margin: 0 30px;
}

.fbitem a.on {
    font-size: 18px;
    color: #16aa57;
    text-decoration: underline;
}

.fblist {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 26px 30px 55px;
}

.fblist1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.fblist2 {
    font-size: 24px;
    color: #000000;
}

.fblist3 {
    display: flex;
    align-items: center;
}

.fblist4 {
    width: 227px;
    overflow: hidden;
    background-color: #eeeeee;
    border-radius: 18px;
}

.fblist4i {
    float: left;
    width: calc(100% - 46px);
    height: 37px;
    background-color: #eeeeee;
    padding: 0 16px;
    font-size: 14px;
}

.fblist4ii {
    float: left;
    width: 46px;
    height: 37px;
    background: url(../img/pubser.png) center #eeeeee no-repeat;
}

.fblist5 {
    font-size: 0;
    margin-left: 30px;
}

.fblist6 {
    margin-top: 70px;
}

.fblist7 ul {
    overflow: hidden;
    padding: 0 20px;
}

.fblist7 ul li {
    list-style-type: none;
    float: left;
}

.fbwidth_1 {
    width: 60%;
}

.fbwidth_2 {
    width: 20%;
}

.fbwidth_3 {
    width: 20%;
}

.fbwidth_9 {
    width: 35%;
}

.fbwidth {
    width: 25%;
}

.fbwidth1 {
    width: 15%;
}

.fbwidth2 {
    width: 10%;
}

.fbwidth3 {
    width: 12%;
}

.fbwidth4 {
    width: 13%;
}

.fbwidth5 {
    width: 14%;
}

.fbwidth6 {
    width: 10%;
}

.fbwidth_5 {
    width: 5%;
}

.fbwidth_8 {
    width: 8%;
}

.fbwidth_17 {
    width: 17%;
}

.fbwidth6 button {
    background-color: #16aa57;
    border: 1px solid #16aa57;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.fbwidth6 button.disagree {
    background-color: #ff0000;
    border: 1px solid #ff0000;
}

.fblist8 {
    margin-top: 20px;
}

.fblist_9 {
    margin-top: 20px;
}


.fblist8 ul {
    margin-top: 2px;
    overflow: hidden;
}

.fblist8 ul a {
    padding: 8px 20px;
    display: flex;
    align-items: center;
}

.fblist8 ul li {
    list-style-type: none;
    float: left;
    font-size: 14px;
    color: #666666;
    min-height: 1px;
}

.fblist9 {
    display: flex;
    align-items: center;
}

.fblist9a {
    font-size: 0;
    margin-right: 20px;
}

.fblist9a img {
    width: 67px;
    height: 67px;
    border-radius: 12px;
}

.fblist9b {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.fblist10 {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fblist10 span {
    display: flex;
    align-items: center;
}

.fblist10 span code {
    display: block;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin-right: 9px;
}

.listed {
    background-color: #16aa57;
}

.inprogress {
    background-color: #eb7f07;
}

.unlisted {
    background-color: #646464;
}

.fblist10 img {
    display: none;
}

.fblist8 ul:hover {
    background-color: #f1f1f1;
    border-radius: 9px;
}

.fblist8 ul:hover .fblist10 img {
    display: block;
}

.wdfbxq {
    margin-top: 30px;
    padding: 20px 70px 80px 14px;
    background-color: #ffffff;
}

.wdfbxq1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.wdfbxq2 {
    width: 100%;
    max-width: 606px;
    padding: 0 80px;
    border-right: 1px solid #d2d2d2;
    position: relative;
}

.wdfbxq3 {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
}

.wdfbxq4 {
    font-size: 32px;
    color: #000000;
}

.wdfbxq5 {
    margin-top: 30px;
    border-radius: 15px;
    border: 2px solid #b5b5b5;
    padding: 24px;
}

.wdfbxq5a {
    font-size: 16px;
    color: #000000;
    line-height: 26px;
}

.wdfbxq5b {
    font-size: 16px;
    color: #666666;
    line-height: 26px;
}

.wdfbxq5c {
    margin-top: 16px;
    font-size: 0;
    text-align: center;
}

.wdfbxq5d {
    margin-top: 20px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
}

.wdfbxq5d span {
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
    background-color: #ee7c0b;
}

.wdfbxq6 {
    margin-top: 17px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ececec;
    padding: 24px;
}

.wdfbxq6a {
    font-size: 18px;
    color: #666666;
}

.wdfbxq6b {
    margin-top: 10px;
    font-size: 16px;
    color: #333333;
    line-height: 29px;
}

.wdfbxq7 {
    margin-top: 17px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ececec;
    padding: 10px 24px 20px;
}

.wdfbxq7 span {
    display: inline-block;
    font-size: 16px;
    color: #16aa57;
    padding: 0 15px;
    line-height: 32px;
    background-color: #d0eedd;
    border-radius: 3px;
    margin-top: 8px;
    margin-right: 10px;
}

.wdfbxq8 {
    margin-top: 17px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ececec;
}

.wdfbxq8a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #222222;
    padding: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.wdfbxq8a:last-child {
    border-bottom: 0;
}

.wdfbxq8a img {
    margin-right: 14px;
    width: 41px;
    height: 41px;
    border-radius: 50%;
}

.wdfbxq9 {
    margin-top: 17px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ececec;
    padding: 10px 24px 20px;
}

.wdfbxq9a {
    font-size: 18px;
    color: #666666;
}

.wdfbxq9b {
    margin-top: 16px;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
}

.wdfbxq10 {
    margin-top: 17px;
    border-radius: 15px;
    box-shadow: 0 0 10px #ececec;
    padding: 10px 24px 20px;
}

.wdfbxq10a {
    font-size: 24px;
    color: #000000;
    line-height: 47px;
}

.wdfbxq10a span {
    color: #666666;
}

.wdfbxq11 {
    margin-top: 10px;
    font-size: 14px;
    color: #222222;
    display: flex;
    align-items: center;
}

.wdfbxq11 span {
    font-size: 0;
    width: 32px;
    line-height: 1;
}

.wdfbxq12 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.wdfbxq12a {
    margin-top: 20px;
    width: calc(100% / 3);
}

.wdfbxq12b {
    font-size: 0;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wdfbxq12c {
    font-size: 14px;
    color: #000000;
    text-align: center;
}

.wdfbxq13 {
}

.wdfbxq13a {
    margin-top: 20px;
}

.wdfbxq14 {
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.wdfbxq14 a {
    color: #333333;
    text-decoration: underline;
}

.wdfbxq15 {
    margin-top: 10px;
    font-size: 16px;
    color: #000000;
}

.wdfbxq16 {
    margin-top: 17px;
    text-align: center;
}

.wdfbxq16 a {
    display: inline-block;
    width: 113px;
    height: 40px;
    border-radius: 20px;
    background-color: #16aa57;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
}
.wdfbxq17{
    margin-top: 20px;
}
.wdfbxq17 a{
    display: inline-block;
    background-color: #16aa57;
    border-radius: 10px;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    font-size: 14px;
    color: #ffffff;
    margin-right: 6px;
    line-height: 40px;
}
.phototour {
    flex: 1;
    padding-left: 100px;
}

.phototour1 {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    color: #000000;
}

.phototour1 a {
    display: block;
    font-size: 0;
    position: relative;
}

.phototour1 a input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.phototour2 {
    margin-top: 20px;
    font-size: 14px;
    color: #999999;
}

.phototour3 {
    margin-top: 30px;
    font-size: 0;
}

.phototour3 span {
    display: inline-block;
    vertical-align: bottom;
    width: calc((100% - 18px) / 4);
    margin-top: 16px;
    margin-right: 6px;
    position: relative;
}

.phototour3 span:nth-child(4n) {
    margin-right: 0;
}

.phototour3 span img {
    width: 100%;
}

.phototour3 span img.delete {
    position: absolute;
    right: 7px;
    top: 7px;
    border-radius: 50%;
    background-color: #ffffff;
    width: 26px;
    height: 26px;
}

.reservations {
    margin-top: 30px;
    background-color: #ffffff;
    padding: 69px 50px 100px 260px;
    position: relative;
    min-height: 100vh;
}

.reservations1 {
    font-size: 0;
    position: absolute;
    left: 60px;
    top: 69px;
    bottom: 69px;
    overflow-y: scroll;
}

.reservations1::-webkit-scrollbar {
    width: 0;
}

.reservations1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 11px rgba(216, 216, 216, 0.11);
    background: rgba(216, 216, 216, 0.11);
}

.reservations1::-webkit-scrollbar-track {
    box-shadow: inset 0 0 11px rgba(216, 216, 216, 0.11);
    border-radius: 10px;
    background: rgba(216, 216, 216, 0.02);
}

.reservations1 a {
    display: block;
    border: 2px solid #ffffff;
    padding: 9px;
    font-size: 0;
    margin-bottom: 12px;
    border-radius: 20px;
}

.reservations1 a.on {
    border: 2px solid #16aa57;
}

.reservations2 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.reservations3 {
    margin-top: 60px;
}

.reservations3 ul li {
    list-style-type: none;
    margin-top: 30px;
    border-radius: 55px;
    box-shadow: 0 0 15px #eaeaea;
    padding: 30px 0 72px;
}

.reservations4 {
    font-size: 18px;
    color: #414141;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

.reservations5 {
    margin-top: 55px;
    font-size: 0;
    text-align: center;
}

.reservations5 span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    font-size: 36px;
    color: #686868;
    font-weight: bold;
    background-color: #eaeaea;
    overflow: hidden;
    margin-left: -10px;
}

.reservations5 span img {
    width: 100%;
}

.reservations6 {
    margin-top: 40px;
    font-size: 24px;
    color: #2c2e2e;
    text-align: center;
    font-weight: bold;
    line-height: 1;
}

.mytrips {
    margin-top: 30px;
}

.mytrips ul li {
    list-style-type: none;
    margin-top: 8px;
    border-radius: 9px;
    height: 78px;
    padding: 0 20px;
    background-color: #f8f7f5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mytrips1 {
    width: 45%;
    display: flex;
    align-items: center;
}

.mytrips2 {
    font-size: 14px;
    color: #20c063;
    width: 120px;
}

.mytrips3 {
    font-size: 0;
    margin-right: 20px;
}

.mytrips3 img {
    width: 54px;
    height: 41px;
}

.mytrips4 {
    flex: 1;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.mytrips5 {
    flex: 1;
    font-size: 14px;
    color: #666666;
}

.mytrips6 {
    margin-left: 20px;
    font-size: 14px;
    color: #666666;
}

.tenants {
    margin-top: 30px;
}

.tenants ul li {
    list-style-type: none;
    margin-top: 20px;
    box-shadow: 0 0 10px #e8e8e8;
    padding: 0 60px 0 45px;
    border-radius: 55px;
    height: 112px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tenants1 {
    font-size: 24px;
    color: #666666;
}

.tenants1 span {
    margin-right: 30px;
}

.tenants1 code {
    font-family: inherit;
    color: #000000;
}

.tenants2 {
    font-size: 0;
}

.tenants2 a {
    margin-left: 16px;
}

.landlords {
    margin-top: 20px;
}

.landlords ul li {
    list-style-type: none;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
}

.landlords1 {
    font-size: 16px;
    color: #333333;
    width: 50%;
}

.landlords1 span {
    color: #666666;
}

.landlords2 {
    flex: 1;
    font-size: 16px;
    color: #333333;
}

.landlords2 span {
    color: #666666;
}

.landlords3 {
    font-size: 0;
}

.landlords3 a {
    margin-left: 16px;
}

.profile {
    padding: 28px 0 115px;
    background-color: #f1f1f1;
    min-height: calc(100vh - 209px);
}

.profile1 {
    width: 96%;
    max-width: 1010px;
    margin: 0 auto;
    padding: 35px 74px 50px;
    background-color: #ffffff;
}

.profile2 {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #666666;
}

.profile2 img {
    margin-right: 9px;
}

.profile3 {
    margin-top: 40px;
    display: flex;
    align-items: center;
}

.profile4 {
    font-size: 14px;
    color: #999999;
    width: 186px;
}

.profile5 {
    flex: 1;
    font-size: 14px;
    color: #000000;
}

.profile5 img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.profile6 {
    width: 110px;
    height: 42px;
    border-radius: 5px;
    font-size: 14px;
    color: #20c063;
    background-color: #f0fff6;
    text-align: center;
    line-height: 42px;
    position: relative;
    cursor: pointer;
}

.profile6 input {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.fname_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.fname_tc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 650px;
    background-color: #ffffff;
    border-radius: 9px;
    padding: 25px 25px 40px;
}

.fname_tc2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    color: #20c063;
    padding-bottom: 24px;
    border-bottom: 2px solid #20c063;
}

.fname_tc3 {
    margin-top: 20px;
    font-size: 16px;
    color: #000000;
}

.fname_tc4 {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    border: 1px solid #20c063;
}

.fname_tc5 {
    width: 80px;
    font-size: 0;
    text-align: center;
}

.fname_tc6 {
    flex: 1;
}

.fname_tc6 input {
    width: 100%;
    height: 32px;
    padding: 0 16px;
    border-left: 1px solid #cccccc;
    font-size: 14px;
}

.fname_tc7 {
    margin-top: 46px;
    text-align: center;
}

.fname_tc7 input {
    width: 208px;
    height: 65px;
    margin: 0 20px;
    border-radius: 5px;
    background-color: #20c063;
    font-size: 18px;
    color: #ffffff;
}

.fname_tc7 a {
    vertical-align: top;
    display: inline-block;
    width: 208px;
    height: 65px;
    margin: 0 20px;
    border-radius: 5px;
    background-color: #f1f1f1;
    font-size: 18px;
    color: #999999;
    text-align: center;
    line-height: 65px;
}

.mname_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.flname_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.mphone_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.pass_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.bdtj {
    background-color: #f1f1f1;
    padding: 40px 0 200px;
}

.bdtj1 {
    width: 90%;
    max-width: 1295px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 96px 45px;
    border-radius: 10px;
}

.bdtj2 {
    font-size: 30px;
    color: #000000;
    text-align: center;
}

.bdtj3 {
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bdtj4 {
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: calc(50% - 10px);
}

.bdtj5 {
    font-size: 14px;
    color: #000000;
    width: 200px;
    text-align: right;
}

.bdtj5 span {
    color: #ed0000;
}

.bdtj6 {
    flex: 1;
}

.bdtj6 input {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #cfd4da;
    padding: 0 14px;
}

.bdtj7 {
    margin-top: 115px;
    text-align: center;
}

.bdtj7 input {
    width: 255px;
    height: 42px;
    background-color: #16aa57;
    border-radius: 5px;
    font-size: 16px;
    color: #ffffff;
}

.bascmess {
    background-color: #f1f1f1;
    padding: 30px 0 45px;
}

.bascmess1 {
    width: 90%;
    max-width: 1295px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 60px 96px 55px;
    border-radius: 10px;
}

.bascmess2 {
    width: 100%;
    max-width: 580px;
    margin: 60px auto 0;
}

.bascmess3 {
    margin-top: 20px;
    font-size: 14px;
    color: #000000;
}

.bascmess3 span {
    color: #ed0000;
}

.bascmess4 {
    margin-top: 10px;
}

.bascmess4 input {
    width: 100%;
    padding: 0 14px;
    height: 45px;
    border: 1px solid #cfd4da;
    border-radius: 5px;
}

.bascmess5 {
    margin-top: 40px;
    text-align: center;
}

.bascmess5 input {
    width: 255px;
    height: 42px;
    border-radius: 5px;
    background-color: #16aa57;
    font-size: 16px;
    color: #ffffff;
}

.bascmess_tc {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1003;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.bascmess_tc1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1215px;
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
}

.bascmess_tc2 {
    padding: 8px 54px 20px;
}

.bascmess_tc3 ul li {
    padding: 16px 0;
    border-bottom: 1px solid #b5b5b5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bascmess_tc4 {
    font-size: 18px;
    color: #000000;
    width: 25%;
}

.bascmess_tc5 {
    font-size: 14px;
    color: #666666;
}

.bascmess_tc6 a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 238px;
    height: 44px;
    border-radius: 10px;
    border: 1px solid #16aa57;
    font-size: 14px;
    color: #16aa57;
}

.bascmess_tc6 a img {
    margin-right: 9px;
}

.meicon1 {
    display: none;
}

.bascmess_tc6 a:hover {
    background-color: #16aa57;
    color: #ffffff;
}

.bascmess_tc6 a:hover .meicon {
    display: none;
}

.bascmess_tc6 a:hover .meicon1 {
    display: block;
}

.bascmess_tc7 {
    padding: 16px 0;
    background-color: #dcdcdc;
    text-align: center;
}

.bascmess_tc7 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 252px;
    height: 44px;
    border-radius: 10px;
    background-color: #ffffff;
    font-size: 14px;
    color: #16aa57;
}

.bascmess_tc7 a img {
    margin-right: 9px;
}

.reserve {
    padding: 40px 0;
    background-color: #f1f1f1;
    min-height: calc(100vh - 209px);
}

.reserve1 {
    width: 96%;
    max-width: 1295px;
    margin: 0 auto;
    padding: 30px 54px 50px;
    background-color: #ffffff;
    border-radius: 16px;
}

.reserve2 {
    font-size: 24px;
    color: #bc8928;
    line-height: 41px;
    padding: 12px 30px;
    border-radius: 15px;
    background-color: #ebe9d8;
    margin-bottom: 36px;
}

.reserve3 {
    margin-top: 24px;
    text-align: center;
}

.reserve3 span {
    font-size: 18px;
    color: #000000;
    display: inline-block;
    width: 190px;
    text-align: left;
}

.reserve3 a {
    display: inline-block;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    width: 253px;
    height: 47px;
    border-radius: 10px;
    background-color: #16aa57;
    text-align: center;
    line-height: 47px;
}

.request {
    padding: 40px 0;
    background-color: #f1f1f1;
    min-height: calc(100vh - 209px);
}

.request1 {
    width: 96%;
    max-width: 1295px;
    margin: 0 auto;
    overflow: hidden;
}

.request2 {
    float: left;
    width: 49%;
    background-color: #ffffff;
    padding: 50px 50px 40px;
    border-radius: 25px;
}

.request3 {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.request4 {
    font-size: 16px;
    color: #000000;
    width: 172px;
}

.request5 {
    flex: 1;
}

.request6 {
    display: flex;
    align-items: center;
}

.request6 input {
    width: 148px;
    height: 51px;
    border: 1px solid #b9b9b9;
    border-radius: 25px;
    margin: 0 14px;
    font-size: 18px;
    color: #000000;
    text-align: center;
}

.request7 input {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 0 16px;
}

.request8 {
    margin-top: 60px;
    text-align: center;
}

.request8 input {
    width: 300px;
    height: 52px;
    border-radius: 5px;
    background-color: #16aa57;
    font-size: 16px;
    color: #ffffff;
}

.request9 {
    float: right;
    width: 49%;
    background-color: #e0e0e0;
    padding: 25px 30px 15px;
    border-radius: 25px;
}

.request10 {
    font-size: 18px;
    color: #000000;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request10 span {
    color: #666666;
}

.request11 {
    font-size: 18px;
    color: #000000;
    line-height: 48px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.myview {
    margin-top: 20px;
}

.myview ul li {
    margin-top: 10px;
    height: 78px;
    border-radius: 10px;
    padding: 0 50px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f8f7f5;
}

.myview1 {
    display: flex;
    align-items: center;
}

.myview2 {
    font-size: 0;
    margin-right: 30px;
}

.myview3 {
    margin-right: 14px;
    font-size: 0;
}

.myview3 img {
    width: 43px;
    height: 43px;
    border-radius: 5px;
}

.myview4 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.myview5 {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.myview5 img {
    margin-right: 6px;
}

.collect {
    margin-top: 20px;
}

.collect ul li {
    border-radius: 10px;
    padding: 10px 32px 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collect1 {
    display: flex;
    align-items: center;
    width: 60%;
}

.collect1 img {
    width: 68px;
    height: 68px;
    border-radius: 9px;
    margin-right: 20px;
}

.collect1 span {
    font-size: 14px;
    color: #333333;
    flex: 1;
    font-weight: bold;
}

.collect2 {
    flex: 1;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
}

.collect2 img {
    margin-right: 6px;
}

.collect3 {
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collarr {
    display: none;
}

.collect4 {
    font-size: 14px;
}

.collect4 a {
    color: #20c063;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
    background-color: #ccf0dc;
}

.collect5 {
    font-size: 14px;
}

.collect5 a {
    color: #20c063;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 40px;
    border-radius: 20px;
}

.collect5 a img {
    margin-right: 6px;
}

.collect ul li:hover {
    background-color: #f1f1f1;
}

.collect ul li:hover .collarr {
    display: block;
}

.more {
    position: absolute;
    right: 12px;
    bottom: 12px;
}

.more a {
    display: block;
    padding: 7px 15px;
    font-size: 14px;
    color: #333333;
    border: 1px solid #222222;
    background-color: #ffffff;
    border-radius: 8px;
}
.xieyi{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.xieyi1{
    border-right: 20px;
    padding: 20px;
    max-height: 72vh;
    overflow-y: scroll;
    background-color: #ffffff;
}
.xieyi2{
    margin-top: 20px;
    font-size: 0;
    text-align: center;
}


