/**
 * Header
 * ----------------------------------------------------------------------------
*/
input {-moz-appearance: textfield;}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }
button,a,input[type=button],input[type=submit]::-moz-focus-inner{outline:0;}
*:focus {outline: none;}
.nav-cell{z-index: 10;}
@media print{
    body{display:none}
}
.video-vip{
    width: 171px;
    height: 49px;
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 8;
}
.shouquan{
    margin-top: 8px;
    display: flex;
}
.shouquan .shouquan-log{
    width: 30px;margin-left: 10px;
}
.shouquan .shouquan-text{
    width: 160px;color: #CE9B62;font-size: 16px;height: 30px;line-height: 30px;text-indent: 5px;
}
.shouquan .shouquan-text-g {
    width: 160px;color: #8F9091;font-size: 15px;height: 30px;line-height: 30px;text-indent: 8px;
}
.shouquan .shouquan-img{
    width: 30px;
}
#geren .shouquan {
    margin-top: 15px;
}
.qyshouquan{
    width: 100px;height: 28px;float: left;margin: 18px 0 0 65px;border: #E0BA7C solid 1px;line-height: 28px;text-align: center;color: #E0BA7C;border-radius: 5px;cursor: pointer;
}
.gerenshouquan {
    width: 100px;height: 28px;float: left;margin: 18px 0 0 30px;border: #008DD0 solid 1px;line-height: 28px;text-align: center;color: #008DD0;border-radius: 5px;cursor: pointer;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.nav-width {
    background: #000;
}
.head{
    background: none;
}
 .medianv{
    background: none;
}
 .recharge{
    color: #fff;
}
 .headerfixed .recharge {
    color: #333;
}
.recharge-btn > span{
    color: #fff;
}
 .headerfixed .recharge-btn > span{
    color: #333;
}
.header .scroll li a{
    color: #fff;
}

.header .scroll li{
    color: #fff;
}
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.head-copy {
    width: 100%;
    height: 0px;
}

.header {
    height: auto;
    /*background-color: #fff;*/
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    /*border-bottom: 1px solid #e5e5e5;*/
}

.headerfixed {
    width: 100%;
    position: fixed;
    top: 0px;
    height: 60px;
    left: 0;
    z-index: 1010;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .3);
}
.headerfixed .header-wrap .logo{
    margin-top: 7px;
    /*margin-bottom: 17px;*/
}
.header-wrap {
    position: relative;
    *zoom: 1;
    /* overflow: hidden; */
}

.header-wrap:before, .header-wrap:after {
    content: " ";
    display: table;
}

.header-wrap:after {
    clear: both;
}

.header-wrap .logo {
    height: 45px;
}

.header-wrap .logo img {
    display: block;
    /*width: 123px;*/
    height: 65px;
    margin-left: 30px;
    /*transform: scale(0.7);*/
}

.top-nav {
    max-width: 1600px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.header-change {
    background-color: #1c2134;
}

/* header right */
.header-min .btn {
    margin-top: 20px;
    padding: 0 20px;
    line-height: 40px;
}

/* nav */
.nav-trigger {
    display: none;
    margin-left: 20px;
}

.nav-trigger i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
}

.nav {
    /*margin-left: 59px;*/
    margin-left: 100px;
}

.medianv {
    width: 100%;
    margin: 0 auto;
    /*float: right;*/
    /*background: #525252;*/
    display: block;
}

.headerfixed .nav-link {
    color: #333;
}

.nav-link {
    display: block;
    font-size: 16px;
    line-height: 40px;
    filter: alpha(opacity=60);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    color: #333;
    text-align: center;
}
.index-l .nav-link{
    color: #fff;
}
.index-l .headerfixed  .nav-link{
    color: #333;
}
.nav-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-cur {
    opacity: 1;
    color: #1c8bfe !important;
    filter: alpha(opacity=100);
}

.nav-cur .nav-cur-bar {
    display: block;
}

.nav-cur-bar {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    z-index: 0;
    display: none;
    width: 24px;
    height: 4px;
    background-color: #1c8bfe;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

/* member_special */
.member_special a {
    color: #ff8c19;
    position: relative;
    padding-right: 22px;
}

.member_img {
    width: 35px;
    height: 34px;
    position: absolute;
    background: url(../images/all_icon.png) no-repeat;
    background-position: 13px -8px;
    right: 4px;
    top: 25px;
}

.recharge {
    margin-right: 40px;
    height: 45px;
    display: inline-block;
    outline: none;
}
.recharge:focus{
    outline: none;
}

.headerfixed .recharge {
    margin-right: 27px;
}

.recharge:hover {
    color: #4eb1ff;

}

.btns {
    width: 70px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
}

.btns.recharge {
    display: inline-block;
    vertical-align: middle;
}

.headerfixed .recharge-btn {
    top: 10px;
    line-height: 60px;
}

.recharge-btn {
    /*display: flex;*/
    /*margin-top: 10px;*/
    /*position: absolute;*/
    /*right: 20px;*/
    /*top: 0px;*/
    height: 65px;
    line-height: 65px;
    margin-right: 45px;
    font-size: 14px;
}

.recharge-btn .btns {
    display: inline-block;
}

.recharge-btn > span {
    display: inline-block;
    margin-right: 40px;
    cursor: pointer;
    /*transition: 0.5s;*/
    font-size: 14px;
    vertical-align: top;
}

.headerfixed .recharge-btn > span {
    margin-right: 27px;
}
.headerfixed .nologin > span {
    margin-right: 40px!important;
}
.headerfixed .nologin .recharge{
    margin-right: 40px!important;
}

.recharge-btn > span > p {
    line-height: 20px;
}

.recharge-btn > span:hover {
    color: #4eb1ff;
}

.btns:nth-child(2) {
    background: #4eb1ff;
    height: 40px;
    width: 72px;
    border-radius: 5px;
    vertical-align: inherit;
    line-height: 40px;
}

/* nav dropdown */
.nav-sub {
    position: absolute;
    top: 80px;
    right: -20px;
    left: -45px;
    z-index: 1031;
    display: none;
    width: 128px;
    background-color: #2a324f;
}

.nav-sub-cell {
    vertical-align: baseline;
}

.nav-sub-cell:last-child .nav-sub-link {
    border-bottom: none;
}

.nav-sub-link {
    display: block;
    font-size: 12px;
    color: #fff;
    line-height: 36px;
    text-align: center;
    width: 128px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.7;
    filter: alpha(opacity=70);
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.nav-sub-link:hover {
    background-color: #006cff;
    border-bottom: 1px solid #006cff;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-shut {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.nav-shut i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    vertical-align: middle;
    color: #fff;
}


.nav-sub-solution {
    width: 380px;
    height: 144px;
    background: rgba(28, 33, 52, 0.8);
    position: absolute;
    left: -160px;
    display: none;
}

.nav-sub-solution-left {
    float: left;
    width: 44%;
    padding-left: 16px;
}

.nav-sub-solution-left > div {
    float: left;
    width: 38%;
}

.nav-sub-solution-left > div span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.nav-sub-solution-left > div a {
    display: block;
    color: #BDD9FF;
    font-size: 14px;
    margin-top: 10px;
}

.nav-sub-solution-left > div a:hover {
    color: #006CFF;
    text-decoration: underline;
}

.header-line {
    width: 1px;
    height: 100px;
    background: #FFFFFF;
    float: left;
    margin-top: 10px;
    opacity: 0.1;
    filter: alpha(opacity=10);
}

.nav-sub-solution-right {
    float: left;
    width: 44%;
    padding-left: 20px;
}

.nav-sub-solution-right > div {
    float: left;
    width: 28%;
}

.nav-sub-solution-right > div span {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.nav-sub-solution-right > div a {
    display: block;
    color: #BDD9FF;
    font-size: 14px;
    margin-top: 10px;
}

.nav-sub-solution-right > div a:hover {
    color: #006CFF;
    text-decoration: underline;
}

.headerfixed .nav-width {
    background: #fff;
}

.headerfixed .nav-wrap {
    background: #fff;
}

.nav-width {
    width: 100%;
    margin: 0 auto;
    /*padding: 0 50px;*/
    /*background: #f5faff;*/
    box-sizing: border-box;
    /*z-index: 20;*/
}

/*  .search_content{
    margin-top: -175px !important;
}*/
.nav-cell {
    position: relative;
    z-index: 1;
    float: left;
    margin: 0 20px;
}

.search-index-classify .nav-cell {
    margin: 0;
}


@media (max-width: 1630px)  {
    .header {
        border-bottom: none;
    }

    .header-wrap .logo {
        /*margin-left: 20px;*/
        /*height:49px;*/
        /*margin-top:14px;*/
        width: 130px;
        float: left;
    }

    /*
    .f1{
      top:50% !important;
    }
    */
    .nav {
        margin-left: 0px !important;
    }
}

/*
 * Adaptation Header
 */
@media (max-width: 1540px) {
    /*  .Personal-Center{
        right: -34px;
        left: auto!important;
      }*/
    .headerfixed .recharge {
        margin-right: 25px;
    }
    .headerfixed .recharge-btn > span {
        margin-right: 25px;
    }
    .headerfixed .classification_header span{
        width:80px!important;
        margin-left: 12px!important;
    }
    .recharge-btn {
        right: 20px;
    }
    .search-index-classify {
        width: 80px!important;
    }
    .search-index-classify>div{
        background: #fff;
        padding-left: 0!important;
    }
    .top-nav {
        width: 1200px;
    }

    /*.header-wrap .logo{
        margin-left: 0;
    }*/
    .headerfixed .nav-wrap {
        width: auto;
    }

    .nav-wrap {
        width: 1200px;
    }
    .nav-wrap>.clearfix>.nav-cell:first-child{
        margin-left: 0;
    }
    .recharge-btn {
        margin-right: 20px;
    }

    .Personal-Center {
        right: -20px !important;
        left: auto !important;
    }

    .scroll-nav input {
        width: 378px !important;
    }

    .scroll_search {
        width: 400px !important;
    }

    .scroll-nav {
        margin-left: -532px !important;
    }

    .classification {
        margin-left: 61px !important;
    }

    .headerfixed .search-advice {
        margin-left: -416px !important;
        width: 400px !important;
    }
}

/*@media (max-width: 414px) {
    .header {
      height: 44px;
    }

    .header-min {
      display: inline-block;
    }
    .header-min .btn {
      margin-top: 10px;
      padding: 0 10px;
      line-height: 24px;
    }

    .header-wrap .logo {
      height: 24px;
      margin-top: 10px;
    }

    .nav-trigger {
      display: block;
      margin-top: 13px;
    }
    .nav {
      position: fixed;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1031;
      display: none;
      margin: 0;
      padding-top: 20px;
      background-color: rgba(28, 33, 52, 0.98);
    }

    .nav-cell {
      float: none;
      margin: 0;
      text-align: center;
      color: #333;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav-link {
      line-height: 50px;
    }

    .nav-cur .nav-cur-bar {
      display: none;
    }

    .nav-sub {
      position: static;
      display: block;
      width: 100%;
    }
    .nav-sub-link{
        width: 100%;
    }
    .nav-shut {
      display: block;
    }

    .nav-sub-solution{
        position: static;
      display: block;
      width: 100%;
      background-color: #2a324f;
    }
  }*/
.user {
    height: auto;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.user:hover {
    /*height: 280px;*/
}

.user div:nth-child(1) {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    line-height: 100%;
    margin-right: 10px;
}

.user div:nth-child(2) {
    padding-left: 10px;
    width: 140px;
    margin-top: 8px;
    position: relative;
    height: auto;
}

.user div:nth-child(2) p:nth-child(1) {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #333;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.user div:nth-child(2) p:nth-child(2) {
    color: #adadad;
    font-size: 9px;
}

.triangle_border_down {
    width: 0;
    height: 0;
    border-width: 6px 4px 0;
    border-style: solid;
    border-color: #999999 transparent transparent;
    margin: 3px auto;
    position: relative;
    position: absolute;
    /*right: 16px;*/
    top: 14px;
    left: 50px;
}

/* 个人中心 */
.d4 {
    margin-left: 60px;
    float: left;
    width: 0;
    height: 0;
    border-width: 10px;
    margin-top: -20px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transform: rotate(90deg); /*顺时针旋转90°*/
}

.Personal-Center {
    width: auto !important;
    height: 86px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 41px;
    right: -35px;
    z-index: 1000;
    /*box-shadow: 0px 1px 1px 1px #666;*/
    box-shadow: 0 2px 5px 0 rgba(135, 152, 164, .5);
    padding: 0 20px;
    text-align: center;
    min-width: 60px;
}

/*.user_name{
  width: 100%;
  text-indent: 52px;
  height: 40px !important;
  line-height: 40px !important;
  color: #333;
  font-size: 12px;
}*/
.Personal-Center ul li {
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 12px;
    white-space: nowrap;
}

.Personal-Center ul li:hover {
    cursor: pointer;
    color: #006CFF;
}

.Personal-Center ul li span {
    width: 19px;
    height: 19px;
    display: block;
    overflow: hidden;
    margin: 10px 13px 0px 20px;
    float: left;
}

.Personal-Center ul li:nth-child(2) img {
    margin-top: -816px;
    margin-left: -380px;
}

.Personal-Center ul li:nth-child(3) img {
    margin-top: -845px;
    margin-left: -380px;
}

.Personal-Center ul li:nth-child(4) img {
    margin-top: -883px;
    margin-left: -380px;
}

.Personal-Center ul li:nth-child(5) img {
    margin-top: -917px;
    margin-left: -380px;
}

.Personal-Center-height {
    height: 160px;
    transition: all 0.3s;
}

/* 滑动顶部导航 */
.scroll-nav {
    /*width: 100%;*/
    height: 60px;
    max-width: 1200px;
    margin: 0 auto;
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -645px;
    top: 0;
}

.scroll-nav input {
    width: 625px;
    height: 95%;
    color: #fff;
    padding-left: 20px;
    border-radius: 5px;
    background: #4d5356;
    border: 1px solid transparent;
    background: #fff;
    color: #555;
}

.scroll_search {
    position: absolute;
    width: 650px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #dde0e7;
    top: 9px;
    left: 140px;
    border-radius: 5px;
}

.scroll_search div {
    position: absolute;
    right: 0;
    top: -10px;
}

.headerfixed .search-advice {
    margin-left: -537px;
}

.scroll_search div:hover {
    cursor: pointer;
}

.search_icon {
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 36px;
    border: none;
    outline: none;
    text-align: center;
    cursor: pointer;
    background: transparent; */
}

.classification {
    /*width: 100px;*/
    height: auto;
    line-height: 60px;
    margin-left: 50px;
    position: relative;
}

.classification img {
    width: 20px;
    height: 20px;
    margin-top: -4px;
}

.search-index-classify {
    /*position: absolute;*/
    /*top: 100%;*/
    /*margin-left: 10px;*/
    left: 0;
    margin-top: -7px;
    width: 90px;
    box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .16);
}
.search-index-classify>div{
    background: #fff;
    padding-left: 5px;
}


.classification_header span {
    display: inline-block;
    height: 60px;
    width: 90px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.PchildrenNmae > span {
    display: inline-block;
    height: 100%;
    width: 80%;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top-nav:after {
    content: " ";
    display: block;
    clear: both;
}

/*滚动*/
.header .scroll {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 45px;
    margin-right: 20px;
}

.header .scroll ul {
    transform: translateY(0);
}

.header .animate {
    -webkit-transition: all 1s ease-out;
}

.header .scroll li {
    overflow: hidden;
    font-size: 14px;
    display: -webkit-box;
    margin-left: 10px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: normal;
}
.header .scroll li a{
    color: #fff;
    display: inline-block;
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: top;
}

.headerfixed .scroll {
    display: none;
}
.smallcare i{
    position: absolute;
    font-size: 12px;
    background: #d20000;
    line-height: 14px;
    width: 14px;
    height: 14px;
    display: block;
    color: #fff;
    border-radius: 7px;
    font-style: normal;
    transform: scale(0.83);
    top: 8px;
    right: 8px;
}
.active-box{
    position: fixed;
    left: 32px;
    bottom: 100px;
    z-index: 99;
}
.active-box img{
    width: 200px;
    animation: scaleout 1.2s linear 0s infinite;
}
@keyframes scaleout {
    0%{
        transform: scale(0.9);
    }
    50%{
        transform: scale(1);
    }
    100%{
        transform: scale(0.9);
    }
}
.gov-icon-icp{
    background-image:url(../images/govemblem.png);
    background-position: -15px 0;
    display: inline-block;
    margin-right: 4px;
    width: 15px;
    height: 19px;
    /*background-color: #1b1b1b;*/
    vertical-align: middle;
}
/*.peiyin{*/
    /*margin: 0 30px 0 20px;*/
/*}*/
.peiyin text{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    height: 14px;
    padding: 6px 10px;
    background: #E95F1E;
    color: #fff;
    font-size: 12px;
    /* margin-top: 4px; */
    border-radius: 6px;
    animation: movetopBotom 1.2s linear infinite;
    line-height: 14px;
    left: 63px;
}
.jifen text{
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    height: 14px;
    padding: 6px 10px;
    background: #E95F1E;
    color: #fff;
    font-size: 12px;
    /* margin-top: 4px; */
    border-radius: 6px;
    animation: movetopBotom 1.2s linear infinite;
    line-height: 14px;
    left: 140px;
}
.jifen text::after{
    bottom: -5px;
    left: 3px;
    border-top: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right: solid transparent;
    border-right-color: transparent;
    border-right-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: rgba(136, 183, 213, 0);
    border-top-color: #E95F1E;
    border-width: 6px;
    margin-left: 0;
}
@keyframes movetopBotom {
    0% {
        top: -18px;
    }
    50% {
        top: -10px;
    }
    100% {
        top: -18px;
    }
}
.peiyin text::after{
    bottom: -5px;
    left: 3px;
    border-top: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right: solid transparent;
    border-right-color: transparent;
    border-right-width: medium;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136,183,213,0);
    border-top-color: rgba(136, 183, 213, 0);
    border-top-color: #E95F1E;
    border-width: 6px;
    margin-left: 0;
}
@keyframes rotateleftright {
    0% {
        transform: rotate(-20deg);
    }
    5% {
        transform: rotate(20deg);
    }
    10% {
        transform: rotate(-20deg);
    }
    15%{
        transform: rotate(20deg);
    }
    20% {
        transform: rotate(-20deg);
    }
    35% {
        transform: rotate(20deg);
    }
    50% {
        transform: rotate(-20deg);
    }
    80% {
        transform: rotate(20deg);
    }
    100% {
        transform: rotate(-20deg);
    }
}
.signInSpan img{
    /*animation: rotateleftright 1.2s linear infinite;*/
    /*transform: rotate(-20deg);*/
    display: none;
}
.active-box .close{
    width: 18px;
    height: 18px;
    box-shadow: 0 0 4px #000;
    border-radius: 10px;
    line-height: 17px;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    background: #f5faff;
    cursor: pointer;z-index: 5;
}
.phone_v_login_box,.phone_login_box{
    display: none;
}
.phone_login_box input{
    margin:  56px 100px 30px 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 400px;
    padding-left: 10px;
    box-sizing: border-box;
}
.phone_login_box button{
    width: 200px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    background: #1E90FF;
    color: #ffffff;
    transition: all .3s;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.phone_v_login_box p{
    text-align: left;
    color: #9aafbd;
    font-size: 14px;
    width: 400px;
    margin: 30px auto 0 auto;
}
.phone_v_login_box p span{
    float: right;
    text-align: right;
    font-size: 14px;
}
.phone_v_login_box input{
    margin:  10px 100px 30px 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    height: 40px;
    width: 400px;
    padding-left: 10px;
    box-sizing: border-box;
}
.phone_v_login_box button{
    width: 200px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    border-radius: 5px;
    font-size: 14px;
    background: #1E90FF;
    color: #ffffff;
    transition: all .3s;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}
.close img {
    margin: -460px -369px;
}
.close {
    width: 44px;
    height: 48px;
    overflow: hidden;
}
.theme-poptit {
    top: -66px;
}
.kexin img{
    width: 132px;
    display: inline-block;
}
