/*20210331*/
.pageWin-pop {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.5);
}

.pageWin-pop .btn-box {
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    padding: 14px 0px;
    box-sizing: border-box;
}

.pageWin-pop .btn-box .btn {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    width: 180px;
    text-align: center;
    background: #1EA6FF;
    border-radius: 21px;
}

.pageWin-pop .closebtn {
    width: 20px;
    height: 20px;
    background: url(../images/popclose.png) no-repeat center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.mailbox {
    width: 278px;
    height: 273px;
    background: url(../images/mailbox.png) no-repeat center;
    position: fixed;
    bottom: 6px;
    right: 17px;
    padding-top: 158px;
    z-index: 999;
    box-sizing: border-box;
}

.mailbox .closebtn {
    width: 20px;
    height: 20px;
    background: url(../images/popclose.png) no-repeat center;
    position: absolute;
    top: 0px;
    right: 14px;
    cursor: pointer;
}

.mailbox .linkbtn {
    display: block;
    width: 130px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #4A8CFF;
    background: #FFFFFF;
    border-radius: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
}

.mailbox.hide {
    display: none;
}

.InFixUlMax {
    top: 55px;
    margin-top: 0px;
}

.mailbox-pop-c {
    width: 710px;
    height: 472px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -236px;
    margin-left: -355px;
    padding: 40px 55px;
    box-sizing: border-box;
    background: #fff url(../images/mailpop.png) no-repeat center bottom;
}

.mailbox-pop-c .title {
    text-align: center;
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    margin-bottom: 40px;
}

.mailbox-pop-c .content:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.mailbox-pop-c .arealink {
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    border: 1px solid transparent;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 30px;
    font-weight: bold;
    float: left;
    cursor: pointer;
    font-size: 22px;
}

.mailbox-pop-c .arealink:nth-child(3n) {
    margin-right: 0px;
}

.mailbox-pop-c .arealink.current {
    border: 1px solid #1EA6FF;
    color: #1EA6FF;
}

.mailbox-pop-c .surebtn {
    display: block;
    width: 180px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    background: #1EA6FF;
    box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    font-size: 18px;
    color: #fff;
}

.tp-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: -55px
}

.tp-area {
    height: 100px;
    background: #FFFFFF;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 28px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
}

.tp-area > div {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    height: 44px;
}

.tp-choose a {
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    padding-left: 50px;
    display: block;
    background: url(../images/area.png) no-repeat left center;
}

.tp-choose a:after {
    content: " ";
    width: 30px;
    height: 44px;
    display: inline-block;
    vertical-align: top;
    background: url(../images/tp-arrow.png) no-repeat center;
}

.tp-choose .dropdown-menu {
    position: absolute;
    width: 428px;
    height: 216px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    top: 50px;
    left: -30px;
    padding: 28px;
    box-sizing: border-box;
    display: none;
}

.tp-choose .dropdown-menu .arealink {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 110px;
    height: 40px;
    border: 1px solid #CCCCCC;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 2px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    cursor: pointer;
    color: #333;
    font-size: 16px;
}

.tp-choose .dropdown-menu .arealink:nth-child(3n) {
    margin-right: 0px;
}

.tp-choose .dropdown-menu .arealink.current {
    background: #1EA6FF;
    border: 1px solid #1EA6FF;
    color: #fff;
}

.search-box {
    width: 410px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 5px 10px;
    padding-right: 50px;
}

.search-box .input_text {
    width: 100%;
    height: 32px;
    border: 0px;
    font-size: 16px;
    box-shadow: none;
    outline: medium;
    -webkit-appearance: none;
}

.search-box .btn {
    position: absolute;
    width: 44px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    border-left: 1px solid #DCDCDC;
    background: transparent url(../images/search-icon.png) center center no-repeat;
    cursor: pointer;
    z-index: 1;
}

.tp-list:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.tp-list-item {
    width: 386px;
    background: #FFFFFF;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 28px 26px;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
}

.tp-list-item:nth-child(3n) {
    margin-right: 0px;
}

.tp-list-item-title {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 25px;
}

.tp-list-item .sn, .tp-list-item .zw {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #666666;
    padding-left: 26px;
    line-height: 24px;
}

.tp-list-item .sn {
    background: url(../images/sn.png) no-repeat left center;
}

.tp-list-item .zw {
    background: url(../images/zw.png) no-repeat left center;
}

.tp-list-item .tp-btn {
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #1EA6FF;
    border-radius: 18px;
    font-size: 16px;
    color: #FFFFFF;
    display: block;
    position: absolute;
    right: 26px;
    top: 70px;
}

.pos-tp-list .tp-list-item .tp-btn {
    top: 30px;
}

.tp-detail-c {
    width: 710px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -355px;
    padding: 35px 50px;
    box-sizing: border-box;
    background: #fff;
}

.tp-detail-c .title {
    text-align: center;
    height: 29px;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    margin-bottom: 12px;
}

.tp-detail-c .subtitle {
    text-align: center;
    height: 16px;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 35px;
}

.tp-detail-c .content {
    height: 300px;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    overflow: auto;
}

.tp-success-c {
    width: 380px;
    height: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -190px;
    margin-left: -230px;
    padding-top: 264px;
    padding-left: 54px;
    padding-right: 54px;
    box-sizing: border-box;
}

.tp-success-c .title {
    text-align: center;
    height: 29px;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    margin-bottom: 17px;
}

.tp-success-c .content {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}

.tp-banner.windows {
    height: 387px;
    background: #fff url(../images/window-banner.png) no-repeat center;
}

.tp-banner.pos {
    height: 387px;
    background: #fff url(../images/pos-banner.png) no-repeat center;
}

.tp-banner.jdz {
    height: 387px;
    background: #fff url(../../weinxinNew/images/banner-jdz.png) no-repeat center;
}

.tp-banner.zjss {
    height: 387px;
    background: #fff url(../../weinxinNew/images/banner-zjss.png) no-repeat center;
}

.pos-detail-c {
    width: 576px;
    height: 404px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -202px;
    margin-left: -288px;
    padding: 30px 40px;
    box-sizing: border-box;
    background: #fff;
}

.pos-detail-c .name {
    height: 26px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color: #000000;
    margin-bottom: 22px;
}

.pos-detail-c .content {
    height: 250px;
    overflow: auto;
}

.pos-detail-c .content table td {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.tp-success-c .btn-box {
    padding-bottom: 40px;
    padding-top: 0px;
    height: 82px;
}

.error {
    background: #fff url(../images/tp-error.png) no-repeat center 50px;
}

.success {
    background: #fff url(../images/tp-success.png) no-repeat center 50px;
}

.tp-area.navjdz {
    padding-top: 22px;
}

.tp-area.navjdz ul {
    font-size: 0;
    margin-left: 25px;
}

.tp-area.navjdz ul li {
    width: 233px;
    height: 56px;
    line-height: 54px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    border: 1px solid #1EA6FF;
    border-radius: 30px;
    margin-right: 46px;
}

.tp-area.navjdz ul li.current {
    background: #1EA6FF;
}

.tp-area.navjdz ul li:last-child {
    margin-right: 16px;
}

.tp-area.navjdz ul.zjss li {
    width: 200px;
    margin-right: 24px;
}

.tp-area.navjdz ul.zjss li:last-child {
    margin-right: 0px;
}

.tp-area.navjdz ul li.current a,
.tp-area.navjdz ul li.current a:hover {
    color: #fff;

}

.tp-area.navjdz ul li a {
    display: block;
}

.tp-area.navjdz ul li a:hover {
    color: #1EA6FF
}
