/* ????????*/
*{margin:0; padding:0; border:none;box-sizing:border-box;}
body{background-color:#fff;color:#333;font-family: Microsoft YaHei;min-width: 1200px;line-height: 1.5;font-size: 16px;}
em,i,b{font-weight: normal;font-style: normal;}
a{text-decoration:none; color:#333;-webkit-tap-highlight-color:rgba(255,0,0,0);cursor: pointer}
a:hover{ text-decoration:none;}
li{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%;font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {color:#666;background:none; outline:none; border:0px;}
input:-moz-placeholder, textarea:-moz-placeholder {color: #888;}
input::-moz-placeholder, textarea::-moz-placeholder {color: #888;}
input:disabled{background-color: inherit;}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {color: #888;}
button{outline:none;}
table{border-collapse:collapse;}
*:focus {
    outline: none;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1000{
    width: 1000px;
    margin: 0 auto;
}
.va-m{
    vertical-align: middle;
}
.ta-c{
    text-align: center;
}
.ml30{margin-left: 30px}
.mt20{margin-top: 20px}
.mb150{margin-bottom: 50px}
.topBanner{
    background: url("img/top_banner.png") top center no-repeat;
    height: 100px;
    background-size: cover;
}

.mt14{
    margin-top: 14px;
}
.pb30{
    padding-bottom: 30px;
}
.header {
    position: fixed;
    top: 0px;
    height: 75px;
    width: 100%;
    min-width: 1200px;
    z-index: 1000;
    background-color: #031d40;
    /*border-bottom: 1px solid #2b568e;*/
    transition: opacity .6s ease, background .6s ease, box-shadow .6s ease;
}
.header.bg-n{
    background: none;
}
.header.change {
    background: #fff;
}
.header ul.nav{
    margin-left: 0px;
}
.logo {
    float: left;
    display:inline-block;
    box-sizing: border-box;
    text-align: left;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
    margin-right: 20px;
}
.logo-pic{
    float: left;
    margin-top: 19px;
}
.logo-title1{
    line-height: 24px;
    font-size: 26px;
    height: 24px;
    font-weight: normal;
    margin-left:10px;
    margin-top: 10px;
}
.logo-title2{
    font-weight: 300;
    line-height: 20px;
    font-size: 14px;
    display: block;
    letter-spacing: 0;
    margin-left:10px;
    margin-top: 7px;
}
.header .logo a {
    color: #fff;
    font-size: 16px;
    text-align: left;
}
.header .nav { }
.header .nav > li {
    line-height: 44px;
    position: relative;
    display: inline-block;
    margin: 4px 11px;
    padding: 17px 8px 1px 8px;
}
.header .nav > li.nav-active a{
    color: #3AFFE7;
}
.header .nav > li a {
    display: block;
    height: 46px;
    color: #fff;
    line-height: 46px;
    font-size: 16px;
    position: relative;
    cursor: pointer;
}
.header .nav > li a > span.intest {
    background: #f9c976;
}
.header .nav > li a > span.intest:after {
    border-top: 4px solid #f9c976;
}
.header .nav > li.nav-active:after{
    content: "";
    display: block;
    background: url("img/top_a.png") top center no-repeat;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 6px;
    /*background: #3E9AFC;*/
}
.header .nav > li:not(.nav-combtn):hover:after {

}
.header .nav > li a .api{
    display: block;
    position: absolute;
    top: -18px;
    left: -10px;
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #ff5b62;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #fcf0ee;
}
.header .nav > li a .api:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fdf0ee;
    border-right: 8px solid transparent;
    left: 66px;
}
.header .nav > li a .offIcon{
    display: inline-block;
    position: absolute;
    top: -18px;
    left: 3px;
    /* height: 22px; */
    /* min-width: 79px; */
    font-size: 12px;
    padding: 0px 10px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #E6321A;
    white-space: nowrap;
}
.header .nav > li a .offIcon:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #E6321A;
    border-right: 8px solid transparent;
    left: 10px;
}
.header .nav .reg-btn .offIcon2{
    display: inline-block;
    position: absolute;
    top: 50px;
    left: -39px;
    /* height: 22px; */
    /* min-width: 79px; */
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    border-radius: 6px;
    background-color: #E6321A;
    white-space: nowrap;
    -webkit-animation: bounceFromTopToBottom 2s infinite ease-in-out;
    animation: bounceFromTopToBottom 2s infinite ease-in-out;
}
.header .nav .reg-btn .offIcon2:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #E6321A;
    border-right: 8px solid transparent;
    left: 75px;
    top: -8px;
}
.header .nav-btn{
    width:80px;
    height:32px;
    border-radius:4px;
    color: #fff;
    float: left;
    margin: 31px 6px 10px 6px;
    cursor: pointer;
    position: relative;
    text-align: center;
}
.header .nav-btn a{
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 32px;
    position: relative;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.header .nav-btn.reg-btn{
    background: #F4BD29;
}
.header .nav-btn.log-btn{
    background: #0EDBFF;
}
.free{
    display: block;
    position: absolute;
    top: -31px;
    left: -10px;
    width: 100px;
    height: 22px;
    font-size: 12px;
    color: #ff5b62;
    text-align: center;
    line-height: 22px;
    border-radius: 14px;
    background-color: #fcf0ee;
}
.free:after {
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fdf0ee;
    border-right: 8px solid transparent;
    left: 66px;
}
.header-user{
    width: 80px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.footer{
    background: url("img/footer_bg.png") top center no-repeat;
    width:100%;
    color: #bbb;
    font-size: 12px;
}
.footer ul{
    margin-left: 40px;
    font-size: 14px;
}
.footer ul li{
    margin-top: 8px;
    font-size: 14px;
    color: #A8ABBA;
}
.footer ul li a{
    color:#A8ABBA;
}
.footer-l{
    padding-top:30px;
    margin-right: 130px;
}
.footer-c,.footer-r{
    padding-top: 30px;
    margin-bottom: 15px;
    margin-right: 130px;
}
.footer-r{
    margin-right: 0;
}
.footer .footer-contact-btn{
    text-align: center;
    width:146px;
    height:44px;
    line-height: 44px;
    background: #14AAFF;
    background: linear-gradient(270deg, #14AAFF, #37E1C5);
    border-radius:22px;
    display: inline-block;
    color: #fff;
    margin-top: 24px;
}
.footer .footer-contact-btn img{
    margin-right: 5px;
}
.footer-title{
    font-size: 20px;
    color: #fff;
}
.footer-border{
    width: 100%;
    height: 1px;
    background-color: #1D2E48;
}
.friendLinkTitle{
    font-size: 16px;
    color: #fff;
}
.footer-b{
    text-align: center;
    margin-top: 15px;
    line-height: 1.8;
    color: #A8ABBA;
}
.footer-b a{
    color: #A8ABBA;
}
.footer-r img,.footer-c img{
    margin-right: 8px;
    vertical-align: middle;
}
.footer-r img{
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}
.c-yel{
    color: #FFFF00;
}
.footer-l-text{
    color: #A8ABBA;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.8;
}
.friendLink.w1200{
    margin: 20px auto;
}

/*右侧客服*/
.kef{
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 9991;
    width:70px;
    height:258px;
    /*background:linear-gradient(180deg,#28B6E5,#3767E9);*/
    /*border:2px solid #3767E9;*/
    border-radius:35px;
}
.kef ul li{
    text-align: center;
    position: relative;
}
.kef li.border-none{
    border: none;
}
.kef ul li img{
    margin: 0 auto;
    margin-top: 12px;
    margin-bottom: 8px;
}
.kef .dl-xf{
    color: #fff;
    font-size: 12px;
    width: 80px;
    height: 80px;
    border-radius: 10px;
    margin-bottom: 4px;
    cursor: pointer;
    position: relative;
}
.kef .dl-xf1{
    background: #1AA7FF;
}
.kef .dl-xf2{
    background: #F2B260;
}
.kef .dl-xf3{
    background: #39CF8B;
}
.dl-xf li>a>div{
    color: #FFFFFF !important;
}
.tel{
    color: #333333;
}
.tel>img{
    margin-top: 0 !important;
    width: 120px;
    height: 120px;
    position: relative;
    top: -10px;
}
.telBox3{
    width:140px !important;
    height:140px !important;
}
.dl-xf .telBox{
    position: absolute;
    right: 85px;
    width: 150px;
    min-height: 40px;
    width:180px;
    height:56px;
    box-shadow:0px 2px 12px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius:5px;
    top: 10px;
    display: none;
    border: 1px solid #fff;
    color: #333;
    font-size: 14px;
    padding-top: 20px;
}
.dl-xf .move-img{
    position: absolute;
    left: 8px;
    top: 5px;
}
.kef ul li:hover .telBox{
    display: block;
}
.dl-xf .telBox:after{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #fff;
    top: 18px;
    right: -11px;
}
.dl-xf .telBox:before{
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #eee;
    top: 18px;
    right: -12px;
}

.pager{ text-align: center; }
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination li {
    padding: 0px 3px;
    display: inline-block;
}
.pagination a, .pagination span {
    padding: 6px 12px;
    float: left;
    border: 1px solid #ddd;
    font-size: 16px;
}
.pagination span {
    background-color: #20D4EF;
    border-color: #20D4EF;
    color: #fff;
}
.pagination a{
    position: relative;
}
.pagination b{
    position: absolute;
    width: 44px;
    font-size: 12px;
    top: -12px;
    background: #20D4EF;
    border-radius: 5px;
    color: #fff;
}
.PayMask,.PayMethod {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.PayMask > .PayMask_inner,.PayMethod > .PayMask_inner {
    position: relative;
    top: 50%;
    left: 50%;
    margin: -133px 0 0 -123px;
    width: 246px;
    min-height: 276px;
    background-color: #fff;
    border-radius: 10px;
}

.PayMask2 {
    -webkit-animation: fadeInDown 1s .2s ease both;
    -moz-animation: fadeInDown 1s .2s ease both;
}

.PayMask > .PayMask_inner > h1, .PayMethod > .PayMask_inner > h1{
    margin: 0 0 5px 0;
    padding-top: 28px;
    color: #fff;
    font-size: 16px;
    color: #222222;
}

.PayMask > .PayMask_inner img {
    margin: 0 auto;
    display: block;
    width: 166px;
    height: 166px;
}

.PayMask > .PayMask_inner > span,.PayMethod > .PayMask_inner > span {
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    /*-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);*/
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.PayMask > .PayMask_inner:before,.PayMethod > .PayMask_inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    width: 2px;
    height: 26px;
    background-color: #fff;
}
.PayMask > .PayMask_inner > span,.PayMethod > .PayMask_inner > span{
    display: inline-block;
    font-size: 25px;
}

/*vue 支付模态框*/
.vuePayMask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    text-align: center;
}

.vuePayMask > .vuePayMask_inner{
    position: relative;
    top: 50%;
    left: 50%;
    margin: -133px 0 0 -123px;
    width: 246px;
    height: 266px;
    background-color: #fff;
    border-radius: 10px;
}

.PayMask2 {
    -webkit-animation: fadeInDown 1s .2s ease both;
    -moz-animation: fadeInDown 1s .2s ease both;
}

.vuePayMask > .vuePayMask_inner > h1{
    margin: 0 0 5px 0;
    padding-top: 28px;
    color: #fff;
    font-size: 16px;
    color: #222222;
}

.vuePayMask > .vuePayMask_inner img {
    margin: 0 auto;
    display: block;
    width: 166px;
    height: 166px;
}

.vuePayMask > .vuePayMask_inner > span{
    position: absolute;
    left: 50%;
    bottom: -45px;
    margin-left: -16px;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    /*-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);*/
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vuePayMask > .vuePayMask_inner:before{
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -12px;
    width: 2px;
    height: 26px;
    background-color: #fff;
}
.vuePayMask > .vuePayMask_inner > span{
    display: inline-block;
    font-size: 25px;
}

/*右侧客服*/
.float-contact {
    position: fixed; right: 10px; top: 50%;
    margin-top: 50px;
    z-index: 9999;
}
.left-content{
    display: none;
}
.right-customer { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; }
.right-customer .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background-color: #ffffff; border-radius: 4px 4px 0px 0px; border: solid 1px #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; text-align: center;}
.right-customer .small-blue:before { content:"";background: url("../img/qc-side/qc-side5.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.right-customer .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.right-customer .small-blue:hover:before { color: #fff; }
.right-customer .left-content { display: none; box-sizing: border-box; width: 240px; padding: 15px 15px 10px; border: 1px solid #D8D8D8; position: absolute; right: 67px; top: 0; background-color: #fff; z-index: 2; border-radius: 2px; }
.right-customer .left-content .btn-close { color: #898989; position: absolute; right: 15px; top: 8px; cursor: pointer; }
.right-customer .left-content .btn-close:hover { color: #333; }
.right-customer .left-content .item { display: block; box-sizing: border-box; width: 100%; height: 60px; border-bottom: 1px solid #EFEFEF; color: #333; padding: 12px 0 0 0; font-size: 12px; text-align: left;}
.right-customer .left-content .item > p { color: #333; }
.right-customer .left-content .item > span { color: #999999; }
.right-customer .left-content .item > span.yellow { color: #FE9C12; animation:none;}
.right-customer .left-content .item:first-child { cursor: pointer; background-position: 0 7px; }
.right-customer .left-content .item:nth-child(2) { background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(3) { cursor: pointer; background-position: 0 -53px; }
.right-customer .left-content .item:nth-child(4) { background-position: 0 -170px; }
.right-customer .left-content .code { padding-top: 10px; }
.right-customer .left-content .code span { display: inline-block; font-size: 12px; color: #666666;text-align: center }
.right-customer .left-content .code span > img { display: block; width: 80px; height: 80px; text-align: center;}
.right-customer .left-content .code span > img.public-qrcode{
    width: 85px;height: 85px
}
.right-customer .contactImg{
    height: 50px;
    float: left;
    margin-right: 20px;
    padding-top: 12px;
}

.vips {
    position: relative;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.vips .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; background: #fff; border: solid 1px #dddddd; color: #333; text-align: center;}
.vips .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.vips .small-blue:hover:before { color: #fff; }
.vips .small-blue:before { content:"";background: url("../img/qc-side/qc-side4.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tst { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tst .close { position: absolute; right: 7px; top: 4px; }
.tst .close i { color: #999; }
.tst .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tst .qq, .tst .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; }
.tst .qq img, .tst .phone img { margin-right: 5px; }
.tst .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tst .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tst .use-name p { color: #999999; font-size: 14px; }
.tst .use-ewm { float: right; margin: 10px 40px 0 0; }
.tst .use-ewm img { border: 1px solid #999999; width: 74px; display: block; }

.cust { position: relative; -webkit-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; text-align: center;}
.cust .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px; background: #fff; border: 1px solid #dddddd; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; border-bottom: none;border-top: none;}
.cust .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.cust .small-blue:hover:before { color: #fff; }
.cust .small-blue:before { content:"";background: url("../img/qc-side/qc-side1.png?v=2020") center no-repeat; display: block; width: 44px; height: 40px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }

.tsts { display: none; width: 160px; height: 270px; background: #fff; position: absolute; right: 67px; top: 0; border: 1px solid #d9d9d9; border-radius: 6px; z-index: 1; }
.tsts .close { position: absolute; right: 7px; top: 4px; }
.tsts .close i { color: #999; }
.tsts .titse { font-size: 18px; color: #333; padding: 24px 0 12px 0; box-sizing: border-box; }
.tsts .qq, .tsts .phone { display: inline-block; color: #333; float: left; margin: 5px 16px; font-size: 12px; letter-spacing: 1px; text-align: center;float: left}
.tsts .qq img, .tsts .phone img { margin-right: 5px;vertical-align: middle; }
.tsts .phone { border-bottom: 1px solid #d9d9d9; padding-bottom: 10px; box-sizing: border-box; }
.tsts .use-name { float: left; font-size: 20px; color: #333333; text-align: left; margin: 47px 0 0 36px; }
.tsts .use-name p { color: #999999; font-size: 14px; }
.tsts .use-ewm { margin: 20px 0px 0 0; }
.tsts .use-ewm img { border: 1px solid #999999; width: 74px; height: 74px; display: block;margin: 20px auto 10px auto; }

.stick {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.stick .small-blue { display: block; box-sizing: border-box; width: 65px; height: 65px;  background: #fff; color: #333; line-height: 18px; cursor: pointer; position: relative; font-size: 12px; padding-top: 5px;text-align: center}
.stick .small-blue:hover { background: linear-gradient(to right, #379aff, #367aff); color: #fff; }
.stick .small-blue:hover:before { color: #fff; }
.stick .small-blue:before { content:"";background: url("../img/qc-side/qc-side7.png?v=2020") top center no-repeat; display: block; width: 44px; height: 36px; line-height: 40px; font-size: 24px; margin: 0 auto; color: #3899ff; }
.vips .tst{
    padding: 10px 0;
    height: auto;
}
.cust:hover .left-content,.right-customer:hover .left-content,.vips:hover .left-content{
    display: block;
}

/*动画*/
@-webkit-keyframes bounceFromTopToBottom {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes bounceFromTopToBottom {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}

#modal .tab_header{display:flex;text-align: center;font-size:20px;margin-bottom:32px;color:#666}
#modal .tab_header li{flex:1;border-bottom:1px solid #e8e8e8;padding-bottom:12px;cursor:pointer}
#modal .tab_header li.selected{border-bottom:3px solid #20d4ef;font-weight: bold;color:#000}
#modal .tab_body li{display:none}
#modal .tab_body li.selected{display:block}

#modal .input{
    width: 100%; height: 40px; border: 1px solid #e8e8e8;font-size:20px;
    padding-left:48px; background:url('img/phone.png') 16px center no-repeat;
}



#modal .input[type='password'] { background-image: url(img/password.png);}

#modal #reg_username {background-image: url(img/name.png);}
#modal #reg_code {background-image: url(img/code.png);}

#modal input::placeholder{font-size:16px;font-family: serif;}


#modal button{border-radius: 20px; width: 100%; height: 42px; border: 0; background-color: #20d4ef; color: #fff; font-size: 18px}





.layer-btn {
    height: 28px;
    line-height: 28px;
    background-color: rgb(255, 255, 255);
    color: rgb(51, 51, 51);
    font-weight: 400;
    cursor: pointer;
    padding: 0px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    border-radius: 2px;
    text-decoration: none;
}

.layer-btn.selected{background-color:#1e9fff;color:#fff!important;border:1px solid #0299de!important}
.layer-btn.danger{background-color:#ff5722;color:#fff!important;border:1px solid #ff5722!important}

.layui-layer-btn2, .layui-layer-btn3, .layui-layer-btn4, .layui-layer-btn5, .layui-layer-btn6, .layui-layer-btn7, .layui-layer-btn8 {
    float: left;
}

.layer-btn:hover,.layui-layer-btn2:hover{color:#1e9fff;border-color:#1e9fff}

.row{display:flex;border-radius:5px;margin-bottom:12px;font-size:14px;background-color:#fff;}
.row .label{color:#666;width:72px;text-align:right;line-height:26px;padding:0px 12px 0px 5px;border-radius:5px 0 0 5px;white-space:nowrap}
.row .input{padding-left:10px;width:100px;padding-top:0px;flex:1;border:none;border-radius:0 5px 5px 0;outline:none;border:1px solid #ddd;}
.row select.input{padding-left:5px;padding-right:3px;margin-right:3px;min-width:60px;border:1px solid #ddd;}

.row:hover{border-color:#ccc}
.row:hover .label{color:#000}
.row:hover .input{border-left:1px solid #ddd}
.row .input:focus{border-left:1px solid #ddd}

.content h1 {
  font-size: 2em;
  font-weight: bold;
  margin: 0.67em 0;
}
.content h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: 0.83em 0;
}
.content h3 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}
.content p {
  margin: 1em 0;
}
.content ul,
.content ol {
  display: block;
  list-style-type: disc;
  padding-left: 40px;
  margin: 1em 0;
}
.content ol {
  list-style-type: decimal;
}
.content li {
  display: list-item;
}
.content blockquote {
  margin: 1em 40px;
}
.content pre {
  margin: 1em 0;
  white-space: pre;
}

.content table {margin-left:40px}

.content table {border:1px solid #ddd;}
.content thead {background-color:#f6f7f8}
.content td, .content th{padding:6px;border-left:1px solid #ddd;border-bottom:1px solid #ddd}
.content tr:last-child td{border-bottom:0}
.content td:first-child{border-left:0}

.content img{max-width:100%}

.highlight{background-color:#ffffcc;color:red;padding:0 3px;border-radius: 3px;}