body {
    margin: 0;
    background: #EFF0F3;

}
html,body
{
    width: 100%;
    height: 100%;

}
@font-face {
    font-family: 'mon';
    src: url('/public/js/fonts/mon.eot?v=4.7.0');
    src: url('/public/js/fonts/mon.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/public/js/fonts/mon.woff2?v=4.7.0') format('woff2'),url('/public/js/fonts/mon.woff?v=4.7.0') format('woff'),url('/public/js/fonts/mon.ttf?v=4.7.0') format('truetype'),url('/public/js/fonts/mon.svg?v=4.7.0#mon') format('svg');
}
* {
    font-family: 'mon',Arial,SimSun,Arial,tahoma,arial !important;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
    line-height: 20px;
}


.star{
    margin: 10px 240px;
    width: 100px!important;
}
.star input{
    margin: 0;
}
.star img{
    float: left;
    margin: 0!important;
}
.star.tab{
    margin: 10px;
    position: relative;
}
input, select, textarea, button {
    outline: none;
}

tbody, table, td, th {
    border: none;
}

table {
    border-collapse: collapse;
}

button {
    border: none;
    cursor: pointer;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #333333;
}

.com-boxshadow {
    box-shadow: 1px 1px 15px #cccccc;
}

.com-font-red {
    color: #f64133 !important;
}

.com-font-gray {
    color: #666666 !important;
}

input::placeholder, textarea::placeholder {
    color: #bbbbbb;
}

.main {
    background: url("/public/img/main_bj.png") center bottom no-repeat;
    background-size: 100% 100%;
    background-color: #EFF0F3;
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

.bottom {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: white;
    color: #afafaf;
    box-shadow: 0 -1px 5px #e5e5e5;
}

.bottom p{
    line-height: 28px;
}

.top {
    width: 100%;
    height: 81px;
    position: relative;
}

.topcenter {
    width: 1200px;
    height: auto;
    margin:0 auto;
    position: relative;
}
.topleftbg
{
    position: absolute;
    width: 50%;
    background: white;
    z-index: 999;
    height:86px;
    left:-600px;
    box-shadow:10px 15px 5px -12px #dcdde0;
}
.toplogo
{
    width: 319px;
    height: 86px;
    background: white;
    float: left;
    position: absolute;
    z-index: 20;

}
.toplogo div
{
    margin-left:319px;
    width:0px;
    height:0px;
    border-width:0 0 86px 40px;
    border-style: solid;
    border-color: transparent white;
    background:transparent;
    position:absolute;
    z-index: -1;
}
.toplogo p
{
    margin:22px 0px 0px 20px;
    font-size: 12px;
    font-family: Arial, 黑体;
    color:#333;
    /*font-weight: bold;*/
}
.toplogo span
{
    position: relative;
    top: 5px;
}
.topdesc
{
    margin-top:16px;
    float: left;
    font-family: Arial, 黑体;
    margin-left:370px;
}
.topdesc h2
{
    color:white;
    font-size:18px;
    line-height:24px;
}
.disabled { pointer-events: none; }
.mainlist {
    /*width: 1200px;*/
    /*height: auto;*/
    /*left: 50%;*/
    /*margin-left: -600px;*/
    /*position: relative;*/
    /*margin-top: 20px;*/
    width: 1200px;
    height: auto;
    margin: 0 auto;
    /* left: 50%; */
    /* margin-left: -300px; */
    position: relative;
    margin-top: 20px;
}

.mainlist .line{
    /*margin-bottom: 15px;*/
    height: 330px;
}

.mainlist .line.line2{
    height: 400px;
}

.mainlist .blank {
    background: white;
    width: 1160px;
    height: auto;
    margin: 5px 0;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 15px 20px;
    display: inline-block;
    /*overflow: hidden;*/
}

.mainlist .search_sum{
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    padding: 5px;
}

.topcenter img {
    float: left;
    max-height: 50px;
}

.topcenter .topmsg {
    float: left;
    margin-left: 140px;
    margin-top: 20px;
}

.topcenter .topmsg p {
    width: 185px;
    height: 22px;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow:ellipsis;
    color: white;
}

.topcenter .topen {
    float: right;
    margin-top: 20px;
}

.topnav {
    width: 1200px;
    background: #666666;
    height: 50px;
    margin:16px auto 0px;
    position: relative;
    z-index: 10;
    text-align: left;
}

.topnav > a {
    line-height:50px;
    float: left;
    display: block;
    color: white;
    height: 50px;
    margin-left:70px;
    font-family: Arial, 黑体;
    box-sizing: border-box;
    font-size: 14px;
}

.topnav .quite {
    float: right;
    margin: 0 20px;
}

.topnav .quite:before {
    content: "\f011";
    font-family: FontAwesome;
    vertical-align: middle;
    font-size: 15px;
    color: white;
    margin-right: 5px;
    text-align: center;
}

.topnav .quite img {
    width: 20px;
    margin: 0 6px;
}

.topnavsub {
    /*background: white;*/
    height: 65px;
}

.topnavsub .angle {
    margin-top: -25px;
    color: white;
    font-size: 25px;
    transform: scale(1, 0.6);
    z-index: 50;
    position: relative;
}

.topnavsub a {
    line-height: 40px;
    display: block;
    float: left;
    /*margin-right: 25px;*/
}

.topnavsub .com-border2{
    border: 1px solid #f09e41;
    padding: 0px 10px;
    margin-top: 20px;
    min-width: 145px;
    text-align: center;
    color: #000000;
    font-size: 13px;
}

.topnavsub .com-font2{
    color: #fff;
    background-color: #f09e41;
}

.topnavsub .com-right2{
    margin-right: 25px;
}

.topnavsub-collect {
    /*background: white;*/
    height: 65px;
}

.topnavsub-collect .angle {
    margin-top: -25px;
    color: white;
    font-size: 25px;
    transform: scale(1, 0.6);
    z-index: 50;
    position: relative;
}

.topnavsub-collect a {
    line-height: 40px;
    display: block;
    float: left;
    /*margin-right: 25px;*/
}

.topnavsub-collect .com-border2{
    border: 1px solid #f09e41;
    padding: 0px 10px;
    margin-top: 20px;
    min-width: 145px;
    text-align: center;
    color: #000000;
    font-size: 13px;
    margin-left: 20px;
}

.topnavsub-collect .com-font2{
    color: #fff;
    background-color: #f09e41;
}

.topnavsub-collect .com-right2{
    margin-right: 25px;
}

.clear {
    clear: both;
    width: 100%;
    min-height: 1px !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.mask {
    position: absolute;
    width: 100%;
    top: -150px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}
.warmcol {
    position: fixed;
    margin: 200px auto;
    color: white;
    border-radius: 15px;
    width: 500px;
    left: 0;
    right: 0;
    line-height: 40px;
    text-align: center;
    height: auto;
    padding: 30px 10px;
    z-index: 2;
}

.warmcol a {
    width: 47%;
    display: block;
    margin: 0 auto;
    height: 30px;
    text-align: center;
    border-radius: 20px;
    line-height: 30px;
    background: white;
}
form {
    position: relative;
}

form .warm {
    position: absolute;
    color: white;
    border-radius: 5px;
    text-align: left;
    top: 0;
    min-width: 150px;
    width: auto;
    right: -300px;
    line-height: 30px;
    min-height: 30px;
    padding: 10px 15px;
    opacity: 0;
    z-index: 5;
}

form .warm p {
    position: absolute;
    top: 10px;
    left: -10px;
    color: #f69133;
    font-size: 15px;
}

form .warmAC {
    position: absolute;
    color: white;
    border-radius: 3px;
    top: 15px;
    min-width: 150px;
    width: auto;
    right: -300px;
    line-height: 20px;
    height: 20px;
    padding: 10px 15px;
    opacity: 0;
}

form .warmAC p {
    position: absolute;
    top: -15px;
    left: -20px;
    color: #f69133;
    font-size: 15px;
}

/*login*/
.main.mlg {
    width: 100%;
    height: 100%;
    background: url(/public/img/loginbg.jpg);
    background-size: cover;
}

.login {
    width: 860px;
    height: 650px;
    position: relative;
    background: white;
    margin: 150px auto 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 50px -3px #022b2c;
}

.login > img {
    height: 580px;
    float: left;
    display: block;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}

.login .loginchange {
    position: absolute;
    text-align: center;
    transition: 0.5s;
    top: 20px;
    right: 20px;
    width: auto;
    height: auto;
    border: 1px solid #d4d4d4;
    background: #fcfcfc;
}

.login .loginchange p {
    float: left;
    margin: 10px 15px;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: 1s;
}

.login .loginchangebg {
    position: absolute;
    text-align: center;
    transition: 0.5s;
    top: 20px;
    width: auto;
    height: auto;
    z-index: 1;
}

.login .loginchangebg p {
    float: left;
    margin: 10px 15px;
}

.logincenter {
    width: 340px;
    float: right;
    margin: 100px 80px 0 27px;
}

.logincenter h1 {
    font-size: 32px;
}

.logincenter input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 25px;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    text-indent: 1px;
    line-height: 10;
    color: #a9a9a9;
    transition: 0.5s;
}

.logincenter input[type="radio"]:checked + label::before {
    background-color: #f69133;
    background-clip: content-box;
    border: 1px solid #f69133;
    width: 20px;
    height: 20px;
    padding: 5px;
    color: #f69133;
}

.logincenter input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.logincenter .iam > div {
    float: left;
    font-size: 35px;
    margin-right: 20px;
}

.logincenter .iam label {
    font-size: 35px;
    margin: 0 10px;
    color: #a9a9a9;
    transition: 0.5s;
}

.logincenter .iam > div:hover label {
    color: #f69133;
}

.loginput {
    background: white;
    width: 98%;
    height: 50px;
    margin: 8px auto 20px auto;
    transition: 0.5s;
    box-shadow: 0 3px 18px -4px #d0d0d0;
    border-radius: 5px;
    border: 1px solid white;
    position: relative;
}

.loginput > p {
    position: absolute;
    top: -11px;
    left: 5%;
    color: #666666;
    font-size: 12px;
    padding: 0 5px;
    background: white;
    display: none;
}

.loginput .logo {
    width: 8%;
    height: 30px;
    float: left;
    margin: 11px 5%;
    background-repeat: no-repeat !important;
    background-position: 80% 0%;
    background-size: cover !important;
}

.loginput input {
    width: 80%;
    height: 40px;
    float: left;
    border: none;
    margin-top: 7px;
}

.loginput img {
    height: auto;
    float: left;
    margin-top: 13px;
    cursor: pointer;
}

.loginput .send {
    height: 40px;
    margin: 6px 0;
    text-align: center;
    line-height: 40px;
    color: white;
    float: left;
    cursor: pointer;
}

.signin {
    width: 100%;
    height: 50px;
    margin: 15px auto;
    transition: 0.5s;
    color: white;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 23px;
    /*font-weight: bold;*/
    cursor: pointer;
}

/*findcus*/

.mainlist .blank.title > p {
    font-size: 15px;
    border-left: 3px solid;
    text-indent: 10px;
    width: 40%;
    float: left;
}

.mainlist .blank .section {
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    margin-bottom: 13px;
}

.blank .section h1 {
    float: left;
    font-size: 12px;
}

.blank.seleResult {
    display: inline-block;
}

.blank.seleResult a {
    padding: 5px 10px;
    border: 1px solid #e3e3e2;
    width: auto;
    display: block;
    float: left;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px;
}

.blank.seleResult a label, .blank.seleResult a.forcus span {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 10px;
    cursor: pointer;
}

.blank.seleResult a.forcus {
    color: white;
    padding: 5px 10px;
    transition: 0.5s;
    border: 1px solid #e3e3e2;
}

.blank .section .seOption {
    float: right;
    width: 1010px;
    height: auto;
}

.blank .section .seOption a {
    color: #666666;
    float: left;
    margin-left: 30px;
    display: block;
    margin-bottom: 15px;
    transition: 0.5s;
    cursor: pointer;
}

.blank .section .seOption .sePlus, .blank .section .seOption .seAdd {
    margin: 0;
}

.blank .section .seOption label {
    color: #666666;
    float: left;
    margin: 0 0 15px 30px;
    display: block;
    transition: 0.5s;
    cursor: pointer;
}

.blank .section .seOption input[type=checkbox]:checked + label, .blank .section .seOption input[type=radio]:checked + label {
    color: #666666;
}

.blank .section .seOption input[type=checkbox], .blank .section .seOption input[type=radio] {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
}

.blank .section .seOption .supplier_index_checkbox{
    content: "\a0";
    font-family: FontAwesome;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    clip: auto !important;
}

/*.blank .section .seOption .supplier_index_checkbox::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background: #fff;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    border: 1px solid #bdbfc2;*/
/*}*/

/*.blank .section .seOption .supplier_index_checkbox:checked::before{*/
/*    content: "\2713";*/
/*    background-color: #fff;*/
/*    color: #ef9e41;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    font-size: 26px;*/
/*    /*font-weight: bold;*/*/
/*    outline: none;*/
/*    border: 1px solid #ef9e41;*/
/*    border-top: none;*/
/*}*/

.blank .section .seOption.compySub {
    padding: 15px 12px;
    background: #f19f41;
    width: 956px;
    margin-bottom: 15px;
    display: none;
}

.blank .section .seOption.compySub label {
    margin: 0 30px 0 0;
    cursor: pointer;
    color: #fff;
}

.blank .section .seOption.compySub span {
    display: inline-block;
    min-width: 50%;
    float: left;
    margin-bottom: 4px;
}

.blank .section .seOption.compySub .supplier_index_label {
    margin: 0 25px;
}

.blank .section select {
    width: 150px;
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    background: none;
}

.blank .section select::-ms-expand {
    display: none;
}

.blank .section select:before {
    content: "\f011";
    font-family: FontAwesome;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    color: #bbbbbb;
    margin-right: 5px;
    text-align: center;
}

.blank .section .seOption.sele {
    width: 980px;
    margin-top: -7px;
}

.blank .section .seOption.search {
    width: 980px;
    margin-top: -10px;
}

.blank .section input {
    width: auto;
    padding: 0 12px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    margin-right: 10px;
}

.blank .section .video_button {
    width: 100px !important;
    background-color: #008c96 !important;
    color: #fff;
    margin: 10px 0;
}

.blank .section .invite_rest_time {
    background-image: url(/public/img/rest_time.png);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 15px;
    display: block;
    width: 120px;
    text-indent: 1em;
    /*position: relative;*/
    /*top: 5px;*/
}

.blank .section input.inpdisable {
    width: 123px;
    margin-bottom: 10px;
    background: white;
    float: left;
}

.blank .section .seOption.sele a {
    float: left;
    color: #666666;
    display: block;
    font-size: 20px;
    cursor: pointer;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.blank .section .seOption.sele a.sedown {
    color: #bbbbbb;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    font-size: 10px;
    margin-left: -44px;
    z-index: 0;
}

.blank .section .search button {
    width: 100px;
    height: 35px;
    color: white;
}
.blank .imgrt {
    height: auto;
    display: inline-block;
    width: 800px;
    margin: 5px 8px;
    float: left;
}
.blank .listMsg {
    height: auto;
    display: inline-block;
    width: 800px;
    margin: 5px 0;
    float: left;
}

.blank .listMsg p {
    text-align: right;
    float: left;
    width: 130px;
    /*font-weight: bold;*/
}

.blank .listMsg span {
    text-align: left;
    float: right;
    width: 670px;
    color: #666666;
    word-break: break-word;
}

@supports (-ms-ime-align: auto) {
    .blank .listMsg span {
        word-break: break-all;
    }
}

.blank .listMsg span.index_more {
    float: none;
    color: #f09e41;
    cursor: pointer;
}

.blank .listMsg span.show_more {
    float: none;
    color: #f09e41;
    cursor: pointer;
    font-size: 13px;
    margin-left: 0;
}

.blank .listMsg span.compName {
    /*font-weight: bold;*/
}

.blank .listMsg span ss {
    margin: 0 5px;
}

.blank .img {
    float: left;
    width: 150px;
    height: 150px;
    display: block;
    margin: 5px auto 15px auto;
    border: 1px solid #dddddd;
    position: relative;
}

.blank .img img {
    text-align: center;
    width: 70%;
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.blank.list .imgbutton {
    float: left;
    width: 150px;
    height: 100%;
}

.blank.list .imgbutton a {
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    margin: 10px 10px 0 10px;
    position: relative;
    display: block;
    float: left;
    cursor: pointer;
}

.blank.list .imgbutton button {
    width: 130px;
    height: 36px;
    font-size: 15px;
    margin: 10px auto;
    position: relative;
    display: block;
}

.blank.list .listbutton {
    float: right;
    width: 130px;
    height: 100%;
}

.blank.list .listbutton button {
    width: 130px;
    height: 36px;
    font-size: 13px;
}
.blank.list .listbutton a {
    width: 130px;
    height: 36px;
    margin-top: 12%;
    font-size: 13px;
    display: block;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}
.blank.paging a {
    float: left;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    margin-top: 7px;
    cursor: pointer;
    display: block;
}

.blank.paging a.forcus {
    color: white;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    /*font-weight: bold;*/
}

.blank.paging .pagebutton {
    float: right;
    height: 100%;
    margin-top: 7px;
}

.blank.paging .pagebutton a {
    /*width: 100px;*/
    /*height: 45px;*/
    /*margin: 0 0 0 10px;*/
    /*!*text-transform: uppercase;*!*/
    /*border: 1px solid #e0e0e0;*/
    /*font-weight: bolder;*/
    /*display: block;*/
    /*line-height: 45px;*/
    /*text-align: center;*/
    /*background: white;*/
}

.blank.paging .pagebutton a {
    float: left;
    width: 150px;
    height: 38px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #009999 !important;
    margin: 0px 5px;
    font-family: "mon",Arial,SimSun,Arial,tahoma,arial !important;
    /*font-weight: 600;*/
}

.blank.paging .pagebutton a.forcus {
    /*color: white;*/
    /*background: url(/public/img/btnbg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
}

.blank.paging .pagebutton a.first {
    background: url(/public/img/bl_07.png) 20px center no-repeat;
}

.blank.paging .pagebutton a.prev {
    background: url(/public/img/bl_08.png) 12px center no-repeat;
    line-height: 40px;
}

.blank.paging .pagebutton a.next {
    background: url(/public/img/bl_09.png) 120px center no-repeat !important;
    background-color: rgb(0, 153, 153) !important;
}

.blank.paging .pagebutton a.last {
    background: url(/public/img/bl_10.png) 120px center no-repeat;
}

.mainlist .blank .section.form {
    float: left;
    width: 50%;
    border: none;
    position: relative;
}

.mainlist .blank .section.form label {
    width: 185px;
    text-align: right;
    display: block;
    float: left;
    line-height: 34px;
}

.mainlist .blank .section.form input {
    width: 355px;
    padding: 0 12px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    float: left;
}

.mainlist .blank .section.form select {
    width: 116px;
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 8px 0 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    background: none;
}

.mainlist .blank .section.form a {
    color: #bbbbbb;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    font-size: 10px;
    margin-left: -27px;
    z-index: 0;
    float: left;
    margin-top: 6px;
}

.mainlist .blank .section.long {
    width: 100%;
}

.mainlist .blank .section.long label {
    float: none;
    width: 150px;
}

.mainlist .blank .section.long input {
    width: 1114px;
    float: none;
    margin: 0 7px;
}

.mainlist .blank .section.upmsg {
    width: 190px;
    margin: 0 auto;
    position: relative;
    float: none;
    display: block;
    border: none;
}

.mainlist .blank .section.upmsg button {
    width: 75px;
    height: 36px;
    float: left;
    font-size: 15px;
    margin: 10px;
    position: relative;
    display: block;
}

/*mytime*/
.section.magnav.mtime{
    margin-top: 15px !important;
}
.section.magnav.mtime a{
    background: #fff;
    border: 1px solid #dddddd;
    margin-right: 20px;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: 0.2s;
}
.section.magnav.mtime a.com-background{
    color: white;
    border: none;
}

/*manage*/

.blank .section.magnav p {
    float: left;
    font-size: 12px;
    margin-left: 10px;
}

.blank .section .magOption {
    float: left;
    height: auto;
    min-width: 170px;
    margin-top: -7px;
    margin-right: 10px;
    position: relative;
}

.blank .section .magOption input {
    width: 120px;
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    border-radius: 3px;
    background: none;
}

.blank .section .magOption input[type=text] {
    width: 150px;
}
.Tslot#Ts1,.Tslot#Ts2{
    width: 70px;
    margin: 0 0 10px 0;
}

.blank .section .magOption .magop {
    min-width: 167px;
    width: auto;
    height: 0;
    position: absolute;
    top: 35px;
    left: 0;
    background: white;
    box-shadow: 0 0 10px #909090;
    border-radius: 3px;
    z-index: 5;
    overflow: hidden;
    transition: 0.5s;
}

.blank .section .magOption .magop li {
    height: 33px;
    line-height: 33px;
    /*width: 90%;*/
    margin: 0 auto;
    cursor: pointer;
    width: auto;
    padding-left: 5px;
    color: #444444;
}

.blank .section .magOption .magop li:hover {
    color: #f69133;
}

.blank .section .magOption select option,
.blank .section .magOption select option:hover,
.blank .section .magOption select option:checked {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    background: white !important;
    z-index: 0;
    color: #333333;
}

option::-ms-expand {
    display: none;
}

.blank .section .magOption a.sedown {
    color: #bbbbbb;
    -webkit-transform: scale(1, 0.5);
    transform: scale(1, 0.5);
    font-size: 10px;
    margin-left: -40px;
    z-index: 0;
    float: left;
    display: block;
    width: 30px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}

.blank .section.magnav {
    margin-top: 25px;
    border: none;
}

.blank .section.magnav ss {
    border-right: 1px solid #f4f4f4;
    height: 33px;
    display: block;
    float: left;
    margin-top: -7px;
}

.blank .section.magnav .magbtn {
    width: auto;
    float: right;
    margin-top: -6px;
}

.blank .section.magnav .magbtn button {
    width: 75px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
}

.blank .section.magtable {
    text-align: left;
    width: 100%;
    border: none;
}

.blank .section.magtable tbody {
    width: 100%;
    display: table;
}

.blank .section.magtable tbody tr {
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}
.blank .section.magtable tbody .block{
    background: #666;
}
.blank .section.magtable tbody .block td{
    color: #fff!important;
}
.blank .section.magtable tbody .block td h1{
    color: #000!important;
}
.blank .section.magtable tbody .block a{
    color: #fff!important;
}
.blank .section.magtable tbody tr:first-child {
    background: #f3f3f3;
}

.blank .section.magtable tr th:nth-child(1) {
    width: 22%;
}

.blank .section.magtable tr th:nth-child(2), .blank .section.magtable tr th:nth-child(6) {
    width: 16%;
}

.blank .section.magtable tr th:nth-child(4), .blank .section.magtable tr th:nth-child(3), .blank .section.magtable tr th:nth-child(8) {
    width: 11%;
}

.blank .section.magtable tr th:nth-child(5),.blank .section.magtable tr th:nth-child(7) {
    width: 8%;
}

.blank .section.magtable tbody tr th {
    text-indent: 10px;
    height: 30px;
    line-height: 32px;
}

.blank .section.magtable tbody tr td {
    padding: 0 10px;
    height: 85px;
    color: #666666;
    position: relative;
}

.blank .section.magtable tbody tr td>a {
    margin: 0 2px;
    cursor: pointer;
    display: block;
}
.blank .section.magtable tbody tr td p{
    margin-right: 15px;
}
.magtable tbody tr td input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0);
}

.magtable tbody tr td input[type="radio"] + label::before {
    content: "\a0";
    display: block;
    float: left;
    vertical-align: middle;
    /*font-size: 10px;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    transition: 0.5s;
    margin: 0 2px;
    cursor: pointer;
}

.magtable tbody tr td input[type="radio"]:checked + label::before {
    background-color: #f69133;
    background-clip: content-box;
    border: 1px solid #f69133;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    padding: 3px;
}


#slot {
    float: right;
    background: white;
}

#slot p {
    float: left;
    color: #666666;
}

#slot input {
    float: left;
    background: white;
    height: 20px;
    line-height: 20px;
    width: 25px;
    margin: 0 5px;
    text-align: center;
    border: none;
    transition: 0.5s;
}

#slot button {
    float: left;
    width: 50px;
    height: 32px;
    color: white;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
    margin: -7px 0 -7px 15px;
}

#slot #slotsave {
    display: none;
}

#slot input.slotedit {
    width: 43px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    height: 31px;
    margin: -8px 5px;
}

.android-ics .dw .dwwol {
    margin: 0 !important;
    top: 35%;
}

.DetalSh {
    position: fixed;
    top: 130px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 560px;
    min-height: 160px;
    height: auto;
    padding: 20px 60px;
    background: white;
    z-index: 35;
    border: 6px solid rgba(182, 182, 182, 0.3);
    display: inline-block;
}

.DetalSh h1 {
    font-size: 24px !important;
    float: none !important;
    text-align: center;
    line-height: 30px;
}

.DetalSh a {
    display: block;
    width: 100%;
    color: white;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.DetalSh ul {
    width: 100%;
    max-height: 360px;
    overflow: scroll;
}
.DetalSh ul::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.DetalSh ul li {
    width: 100%;
    margin: 6px 0;
    min-height: 22px;
    height: auto;
    display: inline-block;
}

.DetalSh ul li p {
    float: left;
    /*font-weight: bold;*/
    width: 30%;
    text-align: right;
}

.DetalSh ul li span {
    float: right;
    width: 68%;
    color: #666666;
}

.DetalSh ul li textarea {
    width: 60%;
    color: #666666;
    padding: 10px 3%;
    height: 130px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    line-height: 12px;
    margin-top: -5px;
}
.DetalSh ul li select {
    width: 270px !important;
    padding: 0 8px !important;
    height: 33px !important;
    line-height: 33px !important;
    border: 1px solid #dddddd !important;
    overflow: hidden !important;
    position: relative !important;
    margin: 0 138px !important;
    border-radius: 5px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    background: none;
}

.DetalSh .shclose.x {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    line-height: 15px;
    cursor: pointer;
}
.DetalSh .Shbtn button {
    width: 75px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
}
.DetalSh .Shbtn a {
    width: 75px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
    color: #333333;
    text-align: center;
    cursor: pointer;
    text-indent: 0;
}
.DetalSh .Shbtn .com-background{
    color: white;
}

.DetalSh img {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.blank.clec .img {
    width: 100px;
    height: 100px;
    margin: 0;
}

.blank.clec .img img {
    margin: 7px 15%;
}

.mainlist .blank.clec {
    padding: 30px 20px;
}

.mainlist .blank.clec.bycus {
    padding: 14px 20px;
}

.blank.clec .listMsg {
    width: 500px;
}

.blank.clec .listMsg p {
    width: 150px;
}

.blank.clec.bycus .listMsg p {
    width: 80px;
}

.blank.clec.bycus .listMsg {
    width: 485px;
}

.blank.clec .listMsg span {
    width: 350px;
}

.blank.clec .listbutton {
    float: right;
    margin: 30px 0;
}

.blank.clec .listbutton a {
    display: block;
    width: 145px;
    height: 36px;
    font-size: 15px;
    background: #fff;
    border: 1px solid #dddddd;
    margin-left: 15px;
    cursor: pointer;
    float: left;
    text-align: center;
    line-height: 38px;
    transition: 0.3s;
}

.blank.clec .listbutton a:hover {
    background: #f69133;
    color: white;
    border-color: white;
}

.blank.clec .clecfix {
    height: 60px;
    float: left;
    width: 500px;
    margin: 20px 0;
}

.blank.show .img {
    width: 150px;
    height: 150px;
    float: right;
    position: absolute;
    right: 200px;
    top: 105px;
}

.blank.show .img img{
    width: 100%;
    height: 100%;
}

.blank.show .clecfix {
    height: auto;
    width: auto;
    margin: 20px 0;
    border-bottom: 1px solid #f2f2f2;
}

.blank.show .listMsg{
    width:100%;
}

.blank.show .listMsg.products .companyUrl {
    position: absolute;
    right: 0;
    bottom: 0;
}

.blank.show .listMsg.products .companyUrl span{
    text-decoration: underline;
    color: #008c96;
    white-space: nowrap;
    text-align: right;
    margin-right: 75px;
}

.blank.show .listMsg.products {
    position: relative;
}

.blank.show .listMsg.products dl{
    float: left;
    /* padding-top: 50px; */
    width: 350px;
    height: 165px;
}

.blank.show .listMsg.products dl.row0{
    padding-left: 50px;
}

.blank.show .listMsg.products dd{
    float: left;
    border: 1px solid #dddddd;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.blank.show .listMsg.products dd img{
    width: 100%;
}

.blank.show .listMsg.products dt{
    float: left;
    width: 210px;
    margin-left: 20px;
}

.blank.show .listMsg.products span{
    float: left;
    width: 200px;
}

.blank.show .listMsg.products span.title{
    /*font-weight: bold;*/
}

.blank.show .listMsg.certificate {

}

.blank.show .listMsg.certificate .companyUrl {
    position: absolute;
    right: 0;
    bottom: 40px;
}

.blank.show .listMsg.certificate .companyUrl span{
    text-decoration: underline;
    color: #008c96;
    white-space: nowrap;
    text-align: right;
    margin-right: 40px;
}

.blank.show .listMsg.certificate {
    position: relative;
}

.blank.show .listMsg.certificate dl{
    float: left;
    padding-left: 140px;
}

.blank.show .listMsg.certificate dl.row0{
    padding-left: 50px;
}

.blank.show .listMsg.certificate dd{
    float: left;
    border: 1px solid #dddddd;
    width: 150px;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blank.show .listMsg.certificate dd img{
    width: 100%;
}

.blank.show .listMsg.certificate dt{
    float: left;
    width: 210px;
    margin-left: 20px;
    margin-top: 20px;
}

.blank.show .listMsg.certificate span{
    float: left;
    width: 300px;
    margin-top: 5px;
}

.blank.show .listMsg.certificate span.title{
    /*font-weight: bold;*/
}

.blank.show .listMsg.certificate .listbutton{
    width: 500px;
    height: 100%;
    margin-left: 300px;
    float: left;
}

.blank.show .listMsg.certificate .listbutton a{
    width: 130px;
    height: 36px;
    margin-top: 15%;
    font-size: 13px;
    display: block;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
}

.blank.show .listMsg.certificate .listbutton .com-background{
    float: left;
}

.blank.show .listMsg.certificate .listbutton .com-border{
    float: right;
}

.blank.show .clecfix span.compName{
    float: left;
}

.blank.show .clecfix span.title{
    width: 80%;
    float: left;
    height: auto;
    overflow: hidden;
}

.blank.show .clecfix.info {
    overflow: hidden;
    height: 150px;
}

.blank.show .clecfix.intro {
    overflow: hidden;
}

.blank.show .clecfix.products {
    overflow: hidden;
}

.blank .section .mtime a {

}

/*acc*/
.acSlot {
    float: right;
    background: white;
}
.acSlot button {
    float: left;
    min-width: 70px;
    height: 32px;
    color: white;
    font-size: 15px;
    position: relative;
    display: block;
    margin: -7px 0 -7px 15px;
    padding: 0 5px;
}
.list.info button {
    float: right;
    width: 70px;
    height: 32px;
    color: white;
    font-size: 15px;
    position: relative;
    display: block;
    margin: 17px 15px 0 5px;
}
.list.info i{
    float: right;
    color: #999999;
    margin: 25px 15px 0 5px;
    font-size: 18px;
    cursor: pointer;
}
.list.info label{
    float: right;
    color: #999999;
    margin: 25px 15px 0 5px;
    font-size: 18px;
    cursor: pointer;
}

.blank .list {
    width: 55%;
    height: auto;
    margin: 0 auto;
}

.blank .list li {
    width: 100%;
    min-height: 70px;
    background: white;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
    display: inline-block;
    font-size: 16px;
    /*padding-left: 80px;*/
}

.blank .list li p {
    width: 25%;
    line-height: 70px;
    text-align: left;
    float: left;
    padding-left: 5%;
}


.blank .list li .message {
    text-align: right;
    color: #666666;
    float: right;
    padding-right: 5%;
    width: 70%;
}
.blank .list.info li input.disInp{
    pointer-events: none;
    border: none;
}
.blank .list.info li input{
    width: 250px;
    float: right;
    text-align: right;
    transition: 0.5s;
}
input:-webkit-autofill {
    -webkit-box-shadow : 0 0 0px 1000px #fff inset ;
}
.blank .list li input {
    width: 319px;
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    border-radius: 3px;
    background: none;
    margin-top: 17px;
    margin-left: 55px;
}

.blank .list li select {
    width: 388px;
    padding: 0 8px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    /*appearance: none;*/
    /*-moz-appearance: none;*/
    /*-webkit-appearance: none;*/
    z-index: 1;
    border-radius: 3px;
    background: none;
    margin-top: 17px;
}

.blank .list .verificationcode .send {
    position: absolute;
    width: 80px;
    height: 35px;
    bottom: 18px;
    right: 29px;
    text-align: center;
    line-height: 35px;
    border-radius: 3px;
    color: white;
    z-index: 5;
    cursor: pointer;
}

.mainlist .blank.ACtitle > p {
    font-size: 15px;
    border-left: 3px solid #666666;
    text-indent: 10px;
    width: 40%;
    float: left;
}

.mainlist .blank.ACtitle {
    padding: 8px 20px;
    margin: 5px 0 -9px 0;
}

/*request*/
.blank .section.req {
    border: none;
    margin-bottom: 9px;
}

.blank .section.req.invite {
    display: none;
}

.blank .section.req > p {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    width: 200px;
    text-align: right;
}

.blank .section.req .magbtn {
    width: auto;
    float: left;
    margin-top: -6px;
}

.blank .section.req .magbtn button {
    width: 75px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
}
.blank .section .magOption.text {
    margin-top: 0;
}

.blank .section .magOption.text .dot {
    font-size: 23px;
    margin-right: 5px;
    line-height: 16px;
}

.blank .section .magOption.text p {
    float: left;
    margin-right: 20px;
}
.section.req input[type="checkbox"] {
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0);
}

.section.req .PurSelt {
    height: 30px;
    position: relative;
}

.section.req input[type="checkbox"] + label::before {
    content: "\a0";
    font-family: FontAwesome;
    display: block;
    float: left;
    vertical-align: middle;
    font-size: 15px;
    width: 15px;
    height: 15px;
    margin-right: 5px;
    border: 1px solid #a9a9a9;
    color: white;
    transition: 0.3s;
}

.section.req input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    font-size: 20px;
    background-clip: content-box;
    color: #a9a9a9;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    padding: 3px;
    line-height: 10px;
    text-indent: -3px;
}
.section.req label {
    float: left;
    margin-right: 15px;
    margin-bottom: 5px;
    width: 240px;
}

.section.req .PurSelt label {
    width: auto;
}

.section.req .PurSelt input[type="radio"] {
    position: absolute !important;
    width: 1px !important;
    clip: rect(0, 0, 0, 0);
}

.section.req .PurSelt {
    height: 30px;
    position: relative;
}

.section.req .PurSelt input[type="radio"] + label::before {
    content: "\a0";
    display: block;
    float: left;
    vertical-align: middle;
    /*font-size: 10px;*/
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 1px;
    border-radius: 50%;
    border: 1px solid #a9a9a9;
    color: #a9a9a9;
    /*transition: 0.5s;*/
}

.section.req .PurSelt input[type="radio"]:checked + label::before {
    background-color: #f69133;
    background-clip: content-box;
    border: 1px solid #f69133;
    vertical-align: middle;
    width: 9px;
    height: 9px;
    padding: 3px;
}

.PurSelt input[type=text] {
    cursor: auto !important;
}
.blank .section.req .magOption .back{
    color: #fff;
    margin-right: 5px;
    width: 120px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
    text-align: center;
    line-height: 33px;
    cursor: pointer;
}
.blank .section.req .magOption button {
    width: 120px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
}

.blank .section.req .magOption .com-previous {
    width: 120px;
    height: 32px;
    float: left;
    font-size: 15px;
    border-radius: 3px;
    position: relative;
    display: block;
    background: #f09e41 !important;
    cursor: pointer;
    text-align: center;
    line-height: 32px;
}

.blank .section.req.Ifo {
    border: none;
    width: 50%;
    float: left;
}

.blank .section.req.Ifo > p {
    float: left;
    font-size: 12px;
    margin-right: 10px;
    width: 130px;
    text-align: right;
}

.blank .section.req.Ifo input {
    padding: 0 10px;
}

.blank .section.Ifo .magOption.text {
    width: auto;
    max-width: 940px;
}

.blank .section.Ifo .magOption.text .PurSelt {
    width: auto;
    float: left;
    margin-right: 23px;
}

.blank .section.req.Ifo textarea {
    width: 978px !important;
    padding: 0 10px;
    height: 150px;
    line-height: 32px;
    border: 1px solid #dddddd;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    border-radius: 3px;
    background: none;
}

/*timebox*/
.magOption .TimeBox {
    width: 856px;
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 5px;
    padding: 2px;
    display: inline-block;
}

.magOption .TimeBox a.com-background-blue {
    color: #fff;
}
.magOption .TimeBox a {
    display: block;
    width: 105px;
    height: 60px;
    line-height: 60px;
    float: left;
    cursor: pointer;
    text-align: center;
    margin: 1px;
}

.magOption .TimeBox a.com-background {
    color: white;
}
.Dsable {
    background: #CCCCCC !important;
    position: relative;
}
.Dsable .tooltip {
    top: -20px;
    visibility: hidden;
    background-color: white;
    text-align: center;
    padding: 2px 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    width: 330px;
    box-shadow: 7px 7px 5px #888888;
}

.Dsable:hover .tooltip {
    visibility: visible;
}

.magOption .TSmlBox {
    position: absolute;
    top: 40px;
    left: 0;
    width: 400px;
    height: auto;
    border: 1px solid #dddddd;
    border-radius: 2px;
    padding: 1px;
    display: none;
    z-index: 1;
    background: white;
}

.magOption .TSmlBox a {
    display: block;
    width: 12.2%;
    height: 30px;
    line-height: 15px;
    float: left;
    text-align: center;
    margin: 1px;
    padding: 5px 0;
    cursor: pointer;
}

.magOption .TSmlBox a.com-background {
    color: white;
}
.magOption .TSmlBox a.com-background-blue {
    color: white;
}
.mainlist .blank .section.form input[type="checkbox"] {
    height: auto;
}
.TSmlBox .boxClose {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 20px;
    height: 20px;
    background: white;
    border: 2px solid #ccc;
    color: #999;
    line-height: 17px;
    text-align: center;
    font-size: 22px;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.75);
    cursor: pointer;
    text-decoration: none;
}

.TSmlBox .boxClose:hover {
    color:#7EA0E2;
    background:white;
    border-color:#7EA0E2;
}

.mainlist .blank .section.long  textarea{
    width: 1094px;
    float: none;
    margin: 0 7px;
    border: 1px solid #dddddd;
    padding: 5px 10px;
}

/*mobiscroll*/

.dww{
    overflow: scroll !important;
}

.dww::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.line .taitou{
    background-image: url("/public/img/home/img/taitou.png");
    background-repeat: no-repeat;
    padding: 5px;
    height: 30px;
}

.line .taitou span{

}

.line .taitou .span1{
    font-size: 22px;
    padding-left: 20px;
}

.line .taitou .span2{
    font-size: 18px;
    color: #f19f41;
    margin-left: 15px;
}

.white{
    background: white;
    width: 300px;
    height: 225px;
    margin: 5px 0;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 20px 30px;
    padding-right: 20px;
    display: inline-block;
    float: left;
}
.white p{

}
.white .title img{
    position: relative;
    top: 4px;
}
.title{
    height: 50px;
}
.title span{
    font-size: 18px;
    margin-left: 15px;
    line-height: 40px;
}
.title .boundspan{
    font-size: 15px;
    margin-left: 90px;
    line-height: 30px;
    white-space: nowrap;
    display: inline-block;
}
.blank1 .content{
    margin-top: 10px;
}
.blank1 .finds{
    width: 280px;
    height: 43px;
    border: 0px;
    background-color: #53babd;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    text-align: left;
    border-radius:4px;
    background-image: url("/public/img/home/img/biaoji1.png");
    background-repeat: no-repeat;
    background-position: 16px;
    padding-left: 42px;
}
.blank1 .findv{
    width: 280px;
    height: 43px;
    border: 0px;
    background-color: #f19f41;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    text-align: left;
    border-radius:4px;
    background-image: url("/public/img/home/img/biaoji1.png");
    background-repeat: no-repeat;
    background-position: 16px;
    padding-left: 42px;
}
.blank2{
    margin-left: 20px;
    /*position: relative;*/
    /*top: 22px;*/
    width: 350px;
}
.blank2 .xtitle{
    text-align: center;
    width: 145px;
    float: left;
    height: 24px;
    border-bottom: 2px solid #E0E0E0;
    margin-left: 20px;
    font-size: 15px;
    margin-top: -10px;
    cursor: pointer;
}
.blank2 .checked{
    border-bottom: 2px solid #f19f41;
}
.blank2 .xtitle span{
    font-size: 16px;
}
.blank2 .content{
    background-repeat: no-repeat;
    background-position: 20px;
    padding-left: 20px;
    margin-top: 15px;
}
.blank2 .content1{
    background-image: url("/public/img/home/img/index2-d1.png");
    position: relative;
    top: 20px;
}
.blank2 .content2{
    /*background-image: url("/public/img/home/img/index2-d1.png");*/
    position: relative;
    top: 20px;
}
.blank2 .content3{
    background-image: url("/public/img/home/img/index2-d2.png");
    position: relative;
    top: 30px;
}
.blank2 .content4{
    position: relative;
    top: 30px;
}
.blank2 .content span{
    font-size: 16px;
}
.blank2 .content .span1{
    margin-left: 20px;
}
.blank2 .content .span2{
    float: right;
    margin-right: 50px;
}
.blank3{
    width: 350px;
    margin-left: 20px;
}
.blank3 .findv{
    width: 330px;
    height: 43px;
    border: 0px;
    background-color: #f19f41;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    border-radius: 4px;
    text-align: center;
}
.blank3 .content1{
    position: relative;
    top: 10px;
}
.blank3 .content2{
    position: relative;
    top: 20px;
}
.blank3 .content3{
    position: relative;
    top: 30px;
}
.blank4 {
    width:400px;
    /*position: relative;*/
    /*top: -155px;*/
}
.blank4 .more{
    font-size: 14px;
    color: #63bfc2;
    float: right;
    position: relative;
    top: 5px;
    right: 20px;
}
.blank4 .content{
    background-image: url("/public/img/home/img/index2-d2.png");
    position: relative;
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 20px;
    float: left;
    background-position-y: 5px;
}
.blank4 .content1{
    top: 25px;
}
.blank4 .content2{
    top: 45px;
}
.blank4 .content3{
    top: 65px;
}
.blank4 .content .span1{
    float: left;
    width: 255px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}
.blank4 .content .span2{
    float: left;
    position: relative;
    left: 40px;
}
.blank5{
    width:300px;
    /*margin-left: 20px;*/
}
.blank5 .finds{
    width: 230px;
    height: 43px;
    border: 0px;
    background-color: #53babd;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    text-align: left;
    border-radius:4px;
    padding-left: 26px;
}
.blank5 .findv{
    width: 230px;
    height: 43px;
    border: 0px;
    background-color: #f19f41;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    text-align: left;
    border-radius:4px;
    padding-left: 26px;
}
.blank5 .content{
    /*position: relative;*/
    padding-top: 30px;
}
.blank5 .content1{
    /*top:10px;*/
}
.blank5 .content2{
    /*top:30px;*/
}
.blank5 .content3{
    /*top:50px;*/
}
.blank6{
    width:350px;
    margin-left: 20px;
    /*position: relative;*/
    /*top: -155px;*/
}
.blank6 .finds{
    background-color: #53babd;
    height: 43px;
    border: 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 16px;
    text-align: center;
    padding: 0 10px;
    float: right;
}
.blank6 .findv{
    background-color: #f19f41;
    height: 43px;
    border: 0px;
    color: #FFFFFF;
    font-size: 18px;
    font-family: Arial, 黑体;
    border-radius: 4px;
    background-repeat: no-repeat;
    background-position: 16px;
    text-align: center;
    padding: 0 10px;
    float: right;
}
.blank6 .content{
    background-image: url("/public/img/home/img/index2-d1.png");
    position: relative;
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 20px;
    float: left;
    background-position-y: 5px;
    left: 15px;
    width:100%;
    margin-top: 20px;
}
.blank6 .content1{

}
.blank6 .content2{

}
.blank6 .content3{

}
.blank6 .content4{

}
.blank6 .content span{
    float: left;
    max-width: 200px;
    width: 190px;
    margin-right: 30px;
    font-size: 18px;
    color: #339999;
    text-decoration: underline;
}
.blank6 .content sen{
    color: #339999;
}


/*------------------------------------新头部top3------------------------------------*/
.cpc_top{
    width: 100%;
    min-width: 1220px;
    height: 110px;
    background-color: #fff;
    text-align: center;
}
.cpc_top *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cpc_top>.cpc_div{
    width: 1220px;
    margin: 0 auto;
}
.cpc_top .cpc_logo{
    height: 80px;
    float: left;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.cpc_top .cpc_logo img{
    float: left;
}
.cpc_top .cpc_logo label{
    width: 1px;
    height: 30px;
    margin: 0 25px;
    background-color: #8A8B8D;
    float: left;
}
.cpc_top .cpc_aname{
    margin-right: -25px;
    height: 80px;
    float: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.cpc_top .cpc_aname .la1{
    margin-right: 25px;
    color: #fff;
    font-size: 18px;
}
.cpc_top .cpc_aname .la1
,.cpc_top .cpc_aname .la2
,.cpc_top .cpc_aname .la3{
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*font-weight: bold;*/
    text-align: center;
    overflow: hidden;
}
.cpc_top .cpc_aname .la1 a,
.cpc_top .cpc_aname .la2 a
,.cpc_top .cpc_aname .la3 a{
    color: #fff;
    font-size: 16px;
}
.cpc_top .cpc_aname .la1
,.cpc_top .cpc_aname .la2{
    /*margin-right: 0;*/
    background-image: linear-gradient(to right, #FE8800 , #FFAE00);
    border: 0;
}
.cpc_top .new_banner{
    width: 100%;
    min-width: 1220px;
    background-color: white;
}
.cpc_top .new_banner img{
    margin: auto;
    display: block;
}

.cpc_top .rs{
    width: 1220px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    height: 110px;
    margin-top: -110px;
    position: relative;

}

.cpc_top .rs-dr{
    width: 200px;
    height: 100%;
    /*border: 1px solid;*/
    float: right;
    margin-right: 20px;
}

.cpc_top .rs .a1{
    display: block;
    height: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    cursor: pointer;
    color: #333333;
    border: none;
    text-align: right;
    margin-top: 19px
}
.cpc_top .rs .a2{
    display: inline-block;
    color: grey;
    font-size: 14px;
    /*margin-top: -5x;*/
    float: right;
    padding:0 10px;
    border: 1px solid grey;
    border-radius: 25px;
    margin-left: 10px;
    line-height: 25px;
    width: 82px;
}
.cpc_top .rs .a3{
    display: inline-block;
    color: grey;
    font-size: 14px;
    /*margin-top: -5x;*/
    float: right;
    padding:0 10px;
    border: 1px solid grey;
    border-radius: 25px;
    margin-left: 10px;
    line-height: 25px;
    width: 52px;
}
.cpc_top .rs .home{
    float: right;
    position: relative;
    height: 27px;
    width: 27px;
    top: 2px;
    margin-right: 3px;
    cursor: pointer;
}
.cpc_top .rs .home img{
    height: 27px;
    width: 27px;
}
/*------------------------------------新头部中段top3back------------------------------------*/
.cpc_back{
    width: 100%;
    height: 184px;
    min-width: 1220px;
}
.cpc_back *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cpc_back>.cpc_div{
    width: 100%;
    min-width: 1220px;
    height: 180px;
    margin: 0 auto;
    background: url("/public/img/top-back.png") center bottom no-repeat;
    background-size: cover;
}
.cpc_back .cpc_biao{
    width: 1220px;
    height: 184px;
    margin: 0 auto;
}
.cpc_cname{
    position: relative;
    top: 17px;
    right: 26px;
}
.cpc_back .cpc_biao .cpc_cname{
    width: 100%;
    line-height: 60px;
    padding-top: 44px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 30px;
    text-indent: 42px;
}

.cpc_back .cpc_but{
    margin-top: 6px;
    text-align: right;
}
.cpc_back .cpc_but a{
    height: 60px;
    line-height: 60px;
    margin-left: 6px;
    background-image: linear-gradient(to right, #005566 , #007787);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    text-align: center;
}
.cpc_back .cpc_but a.a1{
    width: 190px;
    background-image: linear-gradient(to right, #005566 , #007788);
}
.cpc_back .cpc_but a.a2{
    width: 240px;
}
.cpc_back .cpc_but a.a3{
    width: 220px;
}
.cpc_back .cpc_but a.a4{
    width: 270px;
}
.cpc_back .cpc_but a.on{
    height: 64px;
    background-image: linear-gradient(to right, #fff , #fff);
    border-bottom: 4px solid #EF9E41;
    color: #207B81;
}
/*------------------------------------新头部top4------------------------------------*/
.cpc_top4{
    width: 100%;
    min-width: 1220px;
    height: 329px;
    background: url("/public/img/home/img/top4_banner.png") center center no-repeat;
    background-size: cover;
}
.cpc_top4 *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cpc_top4 .cpc_top{
    background-color: transparent;
}
.cpc_top4 .cpc_top .cpc_aname .la3{
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
}
.cpc_top4 .cpc4_div{
    width: 1220px;
    margin: 0 auto;
}
.cpc_top4 .cpc4_bt{
    height: 40px;
    line-height: 40px;
    margin-top: 51px;
    color: #fff;
    font-size: 40px;
    /*font-weight: bold;*/
}
.cpc_top4 .cpc4_bm{
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 32px;
    /*font-weight: bold;*/
}
.cpc_top4 .cpc4_hx{
    width: 100px;
    height: 4px;
    margin-top: 16px;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.cpc_top4 .cpc4_co{
    line-height: 24px;
    margin-top: 26px;
    color: #fff;
    font-size: 24px;
}
.cpc_top4 .new_banner{
    width: 100%;
    min-width: 1220px;
    background-color: white;
}
.cpc_top4 .new_banner img{
    margin: auto;
    display: block;
}

.cpc_top4 .rs{
    width: 1220px;
    text-align: center;
    border-radius: 5px;
    margin: auto;
    height: 110px;
    margin-top: -116px;
    position: relative;

}

.cpc_top4 .rs-dr{
    width: 200px;
    height: 100%;
    /*border: 1px solid;*/
    float: right;
    margin-right: 20px;
}

.cpc_top4 .rs .a1{
    display: block;
    height: 30px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    border-radius: 30px;
    cursor: pointer;
    color: #333333;
    border: none;
    text-align: right;
    margin-top: 19px;
}
.cpc_top4 .rs .a2{
    display: inline-block;
    color: grey;
    font-size: 14px;
    float: right;
    padding: 0 10px;
    border: 1px solid grey;
    border-radius: 25px;
    margin-left: 10px;
    line-height: 25px;
    width: 82px;
}
.cpc_top4 .rs .a3{
    display: inline-block;
    color: grey;
    font-size: 14px;
    /*margin-top: -5x;*/
    float: right;
    padding:0 10px;
    border: 1px solid grey;
    border-radius: 25px;
    margin-left: 10px;
    line-height: 25px;
    width: 52px;
}
.cpc_top4 .banner{
    width: 100%;
    min-width: 1220px;
    background-color: white;
    text-align: center;
}

.cpc_top4 .rs .home{
    float: right;
    position: relative;
    height: 27px;
    width: 27px;
    top: 2px;
    margin-right: 3px;
    cursor: pointer;
}
.cpc_top4 .rs .home img{
    height: 27px;
    width: 27px;
}








/*------------------------------------新home------------------------------------*/
.cpc_main{
    background-image: url("");
}
.cpc_main *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cpc_main .mainlist{
    width: 1220px;
    margin-top: 29px;
    padding-bottom: 164px;
}
.cpc_main .white{
    width: 400px;
    height: 280px;
    padding: 24px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.cpc_main .blank1{
    width: 380px;
}
.cpc_main .blank1 .title{
    height: 57px;
    border-bottom: 1px solid #CCCCCC;
}
.cpc_main .blank1 .title span{
    color: #444;
    font-size: 20px;
    position: relative;
    top: -5px;
}
.cpc_main .blank1 .content{
    margin-top: 32px;
    padding-bottom: 4px;
}
.cpc_main .blank1 .finds
,.cpc_main .blank1 .findv{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 52px;
    background-color: #207B81;
    background-position: 18px;
    /*font-weight: bold;*/
}
.cpc_main .blank1 .findv{
    background-color: #EF9E41;
}
.cpc_main .blank2 .content .span1{
    margin-left: 27px;
}
.cpc_main .blank2 .content span{
    color: #444;
}
.cpc_main .cpc_cutover{
    width: 100%;
    margin-top: 7px;
}
.cpc_main .cpc_cutover label{
    width: 150px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    color: #777;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    text-align: center;
}
.cpc_main .cpc_cutover label:first-child{
    margin-right: 11px;
}
.cpc_main .cpc_cutover label.on{
    background: url("/public/img/home/img/fengx.png") center bottom no-repeat;
    border: 0;
    color: #f19f41;
}
.blank2 .content1
,.blank2 .content3{
    top: 0;
}
.cpc_main .blank2 .receive{
    margin-top: 24px;
}
.cpc_main .blank2 .receive .cpc_receive_1{
    display: none;
}
.cpc_main .blank2 .receive .on{
    display: block;
}
.cpc_main .blank2 .content{
    margin-top: 0;
    margin-bottom: 19px;
}
.cpc_main .cpc_mang{
    width: 400px;
    height: 60px;
    margin: 35px auto 0;
    background-image: linear-gradient(to right, #FEC54A , #F2A956);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    color: #fff;
    display: block;
}
.cpc_main .cpc_mang label{
    width: 396px;
    height: 56px;
    line-height: 56px;
    background-image: linear-gradient(to right, #F3AA55 , #FFC342);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    display: block;
    font-size: 24px;
    /*font-weight: bold;*/
    position: relative;
    top: 2px;
    left: 2px;
    text-shadow: 2px 2px 2px #E99635;
    text-align: center;
    cursor: pointer;
}
.cpc_risetop{
    position: fixed;
    right: 110px;
    bottom: 8px;
}
.cpc_rise_img{
    cursor: pointer;
}
/*------------------------------------新invite------------------------------------*/
.cpc_invite{
    padding-bottom: 41px;
    background-image: url("");
}
.cpc_invite .mainlist{
    width: 1220px;
}
.cpc_invite .mainlist .blank{
    width: 100%;
    margin: 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}
.cpc_invite .mainlist .blank.title{
    margin: 19px 0 14px;
}
.cpc_invite .mainlist .blank.title > p{
    height: 30px;
    line-height: 30px;
    border-left: 8px solid #EF9E41;
    color: #444444;
    font-size: 24px;
    /*font-weight: bold;*/
    text-indent: 22px;
}
.cpc_invite .request1{
    padding: 59px 20px 31px;
}
.cpc_invite .blank .section.req#invite_expo_select{
    margin-bottom: 40px;
}
.cpc_invite .blank .section.req > p{
    width: 300px;
    margin-right: 47px;
    color: #333;
    font-size: 17px;
}
.cpc_invite .section.req .PurSelt{
    display: block;
}
.cpc_invite .section.req .PurSelt input[type="radio"] + label::before{
    width: 14px;
    height: 14px;
    margin-right: 18px;
    background-color: #F2F2F2;
}
.cpc_invite .section.req .PurSelt input[type="radio"]:checked + label::before {
    background-clip: content-box;
    border: 1px solid #a9a9a9;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    padding: 2px;
    background: url("/public/img/invite_dian.png") center center no-repeat;
}
.cpc_invite #invite_expo_select .PurSelt .value{
    margin-right: 0px;
    color: #444;
    font-size: 15px;
}
.cpc_invite .blank .section.req#invite_no_video_hour > p{
    line-height: 36px;
}
.cpc_invite .blank .section .data_select{
    width: 210px;
    height: 49px;
    line-height: 47px;
    margin-bottom: 21px;
    float: none;
}
.cpc_invite .blank .section select{
    width: 210px;
    height: 49px;
    line-height: 47px;
    margin-bottom: 21px;
    background: url("/public/img/invite_down.png") 185px center no-repeat;
    border: 1px solid #DCDCDC;
    color: #a6a6a6;
    float: none;
}
.cpc_invite .blank .section .magOption .magOption{
    margin-bottom: 26px;
    float: none;
    overflow: hidden;
}
.cpc_invite .blank .section .magOption.text p{
    margin-right: 88px;
}
.cpc_invite .blank .section .magOption.text p:last-child{
    margin-right: 0;
}
.cpc_invite .blank .section .magOption.text .dot{
    width: 16px;
    height: 16px;
    margin-right: 20px;
    background-color: #CCCCCC;
    border: 1px solid #E6E6E6;
    display: inline-block;
    position: relative;
    top: 3px;
}
.cpc_invite .blank .section .magOption.text .com-font-blue{
    background-color: #207B81;
}
.cpc_invite .blank .section .magOption.text .com-font{
    background-color: #EF9E41;
}
.cpc_invite .blank .section .magOption.text p{
    color: #444;
    font-size: 14px;
}
.cpc_invite .magOption .TimeBox{
    width: 700px;
    margin-left: -5px;
    border: 0;
}
.cpc_invite .magOption .TimeBox a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    margin: 5px;
}
.cpc_invite .cpc_emeet{
    width: 650px;
    height: 60px;
    line-height: 30px;
    margin-top: 20px;
    background-color: #EEEEEE;
    color: #444;
    font-size: 14px;
    text-indent: 22px;
    padding-top: 10px;
}
.cpc_invite .cpc_emeet span{
    margin-left: 9px;
    color: #207b81;
}
.cpc_invite .blank .section.req.cpc_but{
    height: 40px;
    margin-top: 30px;
}
.cpc_invite .blank .section.req .magOption .back
,.cpc_invite .blank .section.req .magOption button
,.cpc_invite .cpc_buto #previous
,.cpc_invite .cpc_buto button{
    width: 160px;
    height: 40px;
    margin-right: 40px;
    background-image: linear-gradient(to right, #FFB006 , #FF8B07) !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    display: inline-block;
}
.cpc_invite .blank .section.req .magOption .back span
,.cpc_invite .cpc_buto #previous span{
    width: 158px;
    height: 38px;
    line-height: 38px;
    margin: 1px;
    background-image: linear-gradient(to right, #F0EFED , #E2E1DD) !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #444444;
    display: block;
    font-size: 16px;
    text-align: center;
}
.cpc_invite .blank .section.req .magOption button span
,.cpc_invite .cpc_buto button span{
    width: 158px;
    height: 38px;
    line-height: 38px;
    margin: 1px;
    background-image: linear-gradient(to right, #F3A956 , #FFC342) !important;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    display: block;
    font-size: 16px;
    text-shadow: 2px 2px 2px #EB9A38;
}
.cpc_invite .request2{
    padding-top: 43px;
    color: #333;
}
.cpc_invite .cpc_r2_dl {
    width: 100%;
    height: 89px;
    margin: 0;
    float: left;
    position: relative;
}
.cpc_invite .cpc_r2_dl dt{
    width: 292px;
    height: 100%;
    line-height: 50px;
    margin-right: 58px;
    float: left;
    font-size: 16px;
    text-align: right;
}
.cpc_invite .right {
    line-height: 50px;
    float: right;
    font-size: 16px;
}
.cpc_invite .zt_r{
    color: #f79131;
    font-size: 16px;
}
.cpc_invite .cpc_r2_dl dd {
    width: 800px;
    height: 100%;
    float: left;
}
.cpc_invite .zc_tx1 {
    width: 670px;
    height: 50px;
    line-height: 50px;
    float: left;
}
.cpc_invite .cpc_r2_dl .address-box#is_gender {
    background-color: #F6F6F6;
    border-right: 0;
}
.cpc_invite .cpc_r2_dl .address-box i
,.cpc_ad .address-box i{
    width: 70%;
    height: 100%;
    line-height: 50px;
    color: #a6a6a6;
    display: block;
    font-style: normal;
    overflow: hidden;
    text-align: left;
    text-indent: 16px;
}
.cpc_invite .cpc_r2_dl .address-box i.col{
    color: #333;
}
.cpc_invite .cpc_r2_dl .address-box#is_gender i{
    width: 70%;
    height: 100%;
    line-height: 50px;
    color: #333;
    display: block;
    overflow: hidden;
    text-align: left;
    text-indent: 16px;
}
.cpc_invite .address-box
,.cpc_ad .address-box{
    width: 10%;
    height: 50px;
    border: solid 1px #ddd;
    border-right-color: rgb(221, 221, 221);
    border-right-style: solid;
    border-right-width: 1px;
    position: relative;
    float: left;
}
.cpc_invite .address-box .zc_cl_i
,.cpc_ad .address-box .zc_cl_i{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    background: url("/public/img/invite_down.png") no-repeat 60px center;
}
.cpc_invite .input-con1 {
    width: 69.9%;
}
.cpc_invite .form-control {
    display: block;
    height: 50px;
    padding: 6px 19px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #fff;
    background-image: none;
    border: 1px solid #DCDCDC;
    border-radius: 0px;
}
.cpc_invite input.form-control::placeholder
,.cpc_invite text.form-control::placeholder{
    color: #888;
}
.cpc_invite .address-box#is_gender{
    width: 87px;
}
.cpc_invite .form-control.input-con1{
    width: 583px;
}
.cpc_invite .item.address-box ul
,.cpc_ad .item.address-box ul{
    display: none;
    width: 100%;
    max-height: 270px;
    border: #ddd solid 1px;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 48px;
    font-size: 12px;
    z-index: 100;
}
.cpc_invite .item.address-box li
,.cpc_ad .item.address-box li{
    line-height: 18px;
    cursor: pointer;
    text-align: left;
    padding: 5px 0 5px 10px;
    font-size: 14px;
}
.cpc_invite .zc_cl_i i{
    font-style: normal;
}
.cpc_invite #is_department
,.cpc_invite #is_job
,.cpc_invite .input-con2{
    width: 216px;
}
.cpc_invite #is_department
, .cpc_invite #is_job {
    margin-right: 11px;
}
.cpc_invite #is_department .zc_cl_i
, .cpc_invite #is_job .zc_cl_i {
    background: url("/public/img/invite_down.png") no-repeat 184px center;
}
.cpc_invite #is_department i
, .cpc_invite #is_job i {
    height: 100%;
    width: 80%;
    display: block;
    font-size: 12px;
    text-indent: 20px;
}
.cpc_invite #is_mobileCode
, .cpc_invite #is_telephone{
    width: 216px;
    margin-right: 10px;
}
.cpc_invite #is_mobileCode .zc_cl_i
, .cpc_invite #is_telephone .zc_cl_i{
    background: url("/public/img/invite_down.png") no-repeat 184px center;
}
.cpc_invite .input-con3{
    width: 444px;
}
.cpc_invite #yincang2 i{
    width: 80%;
}
.cpc_invite .input-con4 {
    width: 120px;
    margin-right: 10px;
}
.cpc_invite .input-con5 {
    width: 201px;
    margin-right: 10px;
}
.cpc_invite .input-con6 {
    width: 104px;
}
.cpc_invite dl.rigst .ta_fx{
    min-width: 232px;
    min-height: 36px;
    line-height: 24px;
    padding: 5px 0 5px 36px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    position: relative;
    vertical-align: top;
}
.cpc_invite .ta_fx .s_fx {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #f0f1f2;
    border: solid 1px #ddd;
    left: 0;
    top: 6px;
}
.cpc_invite dl.rigst{
    height: auto;
    min-height: 89px;
    margin-bottom: 43px;
}
.cpc_invite dl.rigst .ta_fx .s_fx {
    width: 16px;
    height: 16px;
    top: 8px;
}
.cpc_invite .ta_fx .s_fx input {
    display: none;
}
.cpc_invite input[type="checkbox"]
,.cpc_invite input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.cpc_invite dl.rigst .ta_fx.on .s_fx::before {
    top: 1px;
    left: 1px;
}
.cpc_invite .ta_fx.on .s_fx::before {
    content: '';
    position: absolute;
    background: url("/public/img/k_dui.png");
    width: 13px;
    height: 11px;
    top: -3px;
    left: 2px;
}
.cpc_invite .other_purpose_text{
    width: 435px;
    height: 30px;
    line-height: 28px;
    margin: 3px 8px 0 0;
    padding: 0 10px;
    background-color: #F2F2F2;
    border: 1px solid #E6E6E6;
    font-size: 14px;
}
.cpc_invite .cpc_textarea{
    height: auto;
    margin-bottom: 23px;
}
.cpc_invite .cpc_textarea textarea{
    width: 670px;
    padding: 15px 20px;
    height: 170px;
    line-height: 26px;
    border: 1px solid #DCDCDC;
    overflow: hidden;
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    z-index: 1;
    border-radius: 3px;
    background: none;
}
/*------------------------------------setting------------------------------------*/
.cpc_bread{
    width: 1220px;
    height: 66px;
    line-height: 66px;
    margin: 0 auto;
    color: #808080;
    font-size: 14px;
}
.cpc_setting{
    width: 1210px;
    min-height: 560px;
    margin: 0 auto;
    padding: 0;
    background-image: url("");
    background-color: #fff;
    /*-webkit-border-radius: 6px;*/
    /*-moz-border-radius: 6px;*/
    /*border-radius: 6px;*/
    position: relative;
    left: 5px;
}
.cpc_setting .cpcs_left{
    width: 170px;
    min-height: 560px;
    background-color: #58595B;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    float: left;
}
.cpc_setting .cpcs_left .a1{
    line-height: 24px;
    padding: 16px 0 16px 20px;
    color: #fff;
    display: block;
    font-size: 18px;
    cursor: pointer;
}
.cpc_setting .cpcs_left .a2{
    color: #ef9e41;
    cursor: pointer;
    /*font-weight: bold;*/
}
.cpc_setting .cpcs_left .a3{
    cursor: pointer;
}
.cpc_setting .cpcs_left .on{
    padding-left: 30px;
    background-image: linear-gradient(to right, #FF8801 , #FFAE00);
    position: relative;
    left: -10px;
}
.cpc_setting .cpcs_right{
    width: 1040px;
    min-height: 560px;
    padding: 60px 0 10px 0;
    background-color: #fff;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    float: left;
}
.cpc_setting .cpcsr_left{
    width: 560px;
    height: 370px;
    border-right: 1px solid #CCCCCC;
    float: left;
}
.cpc_setting .cpcsr_left h4{
    height: 24px;
    line-height: 24px;
    color: #444444;
    font-size: 18px;
    text-align: center;
}
.cpc_setting .cpcsr_left h4 label{
    margin-left: 13px;
    color: #ef9e41;
    font-size: 18px;
}
.cpc_setting .cpcsr_left .cpcsr_p{
    line-height: 17px;
    margin-top: 21px;
    color: #777777;
    font-size: 14px;
    text-align: center;
}
.cpc_setting .cpcsr_left .cpcsr_a{
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 45px auto 0;
    background-color: #005667;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 24px;
    /*font-weight: bold;*/
    text-align: center;
}
.cpc_setting .cpcsr_left .cpcsr_p1{
    margin-top: 33px;
    color: #444;
    font-size: 14px;
    text-align: center;
}
.cpc_setting .cpcsr_left ul{
    margin-top: 12px;
}
.cpc_setting .cpcsr_left li{
    height: 32px;
    line-height: 32px;
    margin: 0;
    background-image: url(".");
    color: #777;
    font-size: 14px;
    text-indent: 160px;
}
.cpc_setting .cpcsr_left li img{
    margin-right: 5px;
    vertical-align: middle;
}
.cpc_setting .cpcsr_right{
    width: 480px;
    height: 370px;
    float: left;
}
.cpc_setting .cpcsrr_div{
    width: 200px;
    margin: 0 auto;
    color: #444;
}
.cpc_setting .cpcsrr_div h6{
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    text-align: center;
}
.cpc_setting .cpcsr_right .cu1{
    width: 200px;
    height: 40px;
    line-height: 40px;
    /*border: 1px solid #CCCCCC;*/
}
.cpc_setting .cpcsr_right .cu2{
    margin-top: 15px;
    margin-bottom: 42px;
}
.cpc_setting .cpcsr_right .cu3{
    margin-top: 15px;
}
.cpc_setting .cpcsr_right .cu4{
    margin-top: 20px;
}
.cpc_setting .cpcsrr_a{
    width: 100%;
    height: 40px;
    margin-top: 39px;
    background-image: linear-gradient(to right, #FFB006 , #FF9114);
    border: 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
}
.cpc_setting .cpcsrr_a label{
    width: 198px;
    height: 38px;
    line-height: 38px;
    background-image: linear-gradient(to right, #FF8901 , #FFAC00);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 24px;
    /*font-weight: bold;*/
    position: relative;
    top: 1px;
    left: 1px;
    text-align: center;
    cursor: pointer;
}
.cpc_setting .is_mobileCode{
    width: 100%;
    height: 100%;
    line-height: 40px;
}
.cpc_setting .address-box .zc_cl_i{
    height: 100%;
    line-height: 40px;
    background: url("/public/img/setting_down.png") no-repeat 168px center;
    text-indent: 13px;
}
.cpc_setting .address-box.select_date{
    height: 100%;
    line-height: 40px;
    background: url("/public/img/setting_down.png") no-repeat 168px center;
    padding-left: 15px;
    padding-right: 101px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
}
.cpc_setting .address-box i{
    width: 160px;
    line-height: 40px;
    color: #777;
    font-size: 14px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.cpc_setting .address-box .rili{
    width: 160px;
    line-height: 40px;
    color: #777;
    font-size: 14px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.cpc_setting .item.address-box li{
    top: 40px;
}
.cpc_setting .item.address-box li:hover{
    background-color: rgb(0, 86, 103);
    color: #ffffff;
}
.cpcsr_bot{
    padding-left: 147px;
}
.cpcsr_bot h5{
    margin-top: 41px;
    color: #444;
    font-size: 18px;
}
.cpcsr_bot .cpcsr_tr{
    margin-top: 12px;
    height: 20px;
    line-height: 20px;
    color: #777777;
    font-size: 16px;
}
.cpcsr_di{
    width: 50px;
    margin-right: 8px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: left;
    overflow: hidden;
}
.cpcsr_div{
    width: 50px;
    height: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    text-indent: 8px;
}
.cpcsr_div label{
    width: 100%;
    height: 100%;
    line-height: 18px;
    background-color: #006C7C;
    border: 1px solid #C8C8C8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
}
.cpcsr_div p{
    width: 50px;
    height: 20px;
    line-height: 18px;
    background-color: #EEEFED;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #cccccc;
    display: block;
    position: absolute;
    top: 0;
    left: 30px;
    z-index: 10;
    text-indent: 4px;
    border-width: 1px;
    border-color: rgb(204, 204, 204);
    border-style: solid;
    background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(240,240,237) 0%, rgb(235,236,233) 24%, rgb(240,240,239) 76%, rgb(225,224,220) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(240,240,237) 0%, rgb(235,236,233) 24%, rgb(240,240,239) 76%, rgb(225,224,220) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(240,240,237) 0%, rgb(235,236,233) 24%, rgb(240,240,239) 76%, rgb(225,224,220) 100%);
    box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.35);
}
.cpcsr_div span{
    width: 20px;
    height: 20px;
    background-color: #FE9600;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    display: block;
    float: left;
    position: relative;
    top: -1px;
    /*position: absolute;*/
    /*top: -1px;*/
    /*left: 30px;*/
    /*z-index: 11;*/
}
.cpcsr_div.on{
    /*background-color: #FF9B00;*/
    /*transition: all 0.5s ease-in 0s;*/
}
.cpcsr_div.ons{
    /*background-color: #006C7C;*/
    /*transition: all 0.5s ease-in 0s;*/
}
.cpcsr_div.on p{
    left: 0;
    transition: 0.5s;
}
.cpcsr_div.ons p{
    left: 30px;
    transition: 0.5s;
}
.address-box .TSmlBox {
    position: absolute;
    top: 40px;
    right: -2px;
    width: 556px;
    height: auto;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 2px;
    padding: 1px;
    display: none;
    z-index: 1;
    background: white;
}

.address-box .TSmlBox a {
    display: block;
    width: 90px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center;
    margin: 1px;
    cursor: pointer;
}

.address-box .TSmlBox a.com-background {
    color: white;
}
.address-box .TSmlBox a.com-background-blue {
    color: white;
}
.available .nota{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #CCCCCC;
    border: 1px solid #E6E6E6;
    display: inline-block;
    position: relative;
    top: 3px;
}
.available .cana{
    margin-left: 10px;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    background-color: #207B81;
    border: 1px solid #E6E6E6;
    display: inline-block;
    position: relative;
    top: 3px;
}
/*------------------------------------mylist------------------------------------*/
.cpc_mylist{

}
.cpc_mylist .magOption .TSmlBox{
    width: 720px;
    top: 26px;
    left: -269px;
}
.cpc_mylist .magOption .TSmlBox a{
    height: 30px;
    line-height: 30px;
    padding: 0;
    font-size: 12px;
}
.cpc_mylist .cpcs_right{
    padding: 10px 30px;
}
.cpc_mylist .blank .section .magOption.magOption2{
    float: right;
}
.cpc_mylist .blank .section select{
    width: 90px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 2px;
    background: url("/public/img/mylist_down.png") 73px center no-repeat;
    color: #777;
}
.cpc_mylist .blank .section .magOption input{
    height: 20px;
    line-height: 20px;
    color: #777;
}
.cpc_mylist .magOption .lab1{
    margin-right: 10px;
    color: #777;
    float: left;
    font-size: 14px;
}
.cpc_mylist .cpc_left{
    float: left;
    width: 362px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 36px;
    line-height: 36px;
    /*margin-top:-10px;*/
}
.cpc_mylist .cpc_left a.a1{
    /*margin-right: 30px;*/
    /*padding-bottom: 6px;*/
    color: #777777;
    float: left;
    font-size: 16px;
    line-height: 37px;
    padding-left: 15px;
    padding-right: 19px;
    margin-top: -1px;
    margin-left: -2px;
}
.cpc_mylist .cpc_left a.a2{
    /*margin-right: 30px;*/
    /*padding-bottom: 6px;*/
    color: #777777;
    float: right;
    font-size: 16px;
    line-height: 37px;
    padding-left: 26px;
    padding-right: 29px;
    margin-top:-1px;
    margin-right: -2px;
}
.cpc_mylist .cpc_left a.a1.on{
    /*border-bottom: 2px solid #EF9E41;*/
    /*color: #ef9e41;*/
    /*font-weight: bold;*/
    background: linear-gradient(to right,#ffc144,#f5ab54);
    border-radius: 36px;
    color:#fff;
}
.cpc_mylist .cpc_left a.a2.on{
    /*border-bottom: 2px solid #EF9E41;*/
    /*color: #ef9e41;*/
    /*font-weight: bold;*/
background: linear-gradient(to right,#ffc144,#f5ab54);
    border-radius: 36px;
    color:#fff;
}
.cpc_mylist .blank .section .magOption{
    width: auto;
}
.cpc_mylist .blank .section .magOption input.cpc_mylist_status{
    width: 90px;
    background: url("/public/img/mylist_down.png") 73px center no-repeat;
}
.cpc_mylist .blank .section .magOption .magop{
    width: 139px;
    top: 22px;
}
.cpc_mylist .blank .section.magnav{
    height: 40px;
    margin-top: 17px;
    /*overflow:auto;*/
}
.cpc_mylist .blank .section.magtable{
    margin-top: 13px;
}
.cpc_mylist .blank .section.magtable tbody tr th{
    color: #777777;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.cpc_mylist .blank .section.magtable tbody tr th:first-child{
    text-align: left;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(1) {
    width: 260px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(2) {
    width: 160px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(3) {
    width: 110px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(4) {
    width: 170px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(5) {
    width: 100px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(6) {
    width: 115px;
}
.cpc_mylist .blank .section.magtable tr th:nth-child(7) {
    width: 80px;
}
.cpc_mylist .blank .section.magtable tr.tr1{
    border-bottom: 1px solid #EEEEEE;
    font-size: 14px;
}
.cpc_mylist .blank .section.magtable tbody tr td{
    height: auto;
    line-height: 16px;
    padding: 16px 0;
    text-align: center;
}
.cpc_mylist .blank .section.magtable tbody tr td:first-child{
    text-align: left;
}
.cpc_mylist .blank .section.magtable tbody tr td > a{
    display: inline-block;
    font-size: 14px;
}
.cpc_mylist .blank .section.magtable tr td a.a1
,.cpc_mylist .blank .section.magtable tr td a.a3{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #EF9E41;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    color: #fff;
    display: inline-block;
    /*font-weight: bold;*/
    text-align: center;
}
.cpc_mylist .blank .section.magtable tr td a.a3{
    background-color: #207B81;
}
.cpc_mylist .blank .section.magtable tr td a.a2{
    color: #207b81;
    font-size: 14px;
    text-decoration: underline;
}
.cpc_mylist .blank .section.magtable tr td a.a4{
    color: #207b81;
}
.cpc_mylist .blank .section.magtable tr td.td_bac_hui a{
    background-color: #CCCCCC;
}
.cpc_mylist .blank .section.magtable tr td.td_col_gre
,.cpc_mylist .blank .section.magtable tr td.td_col_gre a{
    color: #207b81;
}
.cpc_mylist .blank .section.magtable tr td.td_col_org
,.cpc_mylist .blank .section.magtable tr td.td_col_org a{
    color: #ef9e41;
}
/*弹出框*/
.cpc_contact{
    width: 500px;
    height: 300px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.cpc_contact h4{
    height: 60px;
    line-height: 60px;
    background: url("/public/img/mylist_img_sma.png") center center no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.cpc_contact .cpc_con_div{
    width: 100%;
    margin-top: 23px;
}
.cpc_contact .cpc_con_div dl{
    min-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.cpc_contact .cpc_con_div dt{
    width: 185px;
    /*height: 32px;*/
    line-height: 32px;
    margin-right: 18px;
    color: #444;
    float: left;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: right;
}
.cpc_contact .cpc_con_div dd{
    width: 197px;
    /*height: 32px;*/
    line-height: 32px;
    color: #cccccc;
    float: left;
    font-size: 18px;
    overflow: hidden;
    word-break: break-word;
}
.cpc_contact .cpc_con_div .p1{
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    color: #ef9e41;
    font-size: 14px;
    text-align: center;
}
.cpc_contact .cpc_con_div .a1{
    width: 116px;
    height: 36px;
    line-height: 36px;
    margin: 19px auto 0;
    background-color: #EAE9E7;
    border: 2px solid #FAB94B;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #777777;
    cursor: pointer;
    display: block;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}
.cpc_details{
    width: 680px;
    min-height: 560px;
    background-color: #fff;
    padding-bottom: 20px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.cpc_details_div{
    min-height: 480px;
    max-height: 550px;
    overflow-y: auto;
}
.cpc_details h4{
    height: 60px;
    line-height: 60px;
    background: url("/public/img/mylist_img_big.png") center center no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.cpc_details .cpc_con_div{
    width: 100%;
    /*height: 393px;*/
}
.cpc_details .cpc_con_div h5{
    width: 100%;
    line-height: 22px;
    margin-top: 24px;
    margin-bottom: 21px;
    padding: 0 50px;
    color: #444444;
    font-size: 18px;
    text-align: left;
}
.cpc_details .cpc_con_div dl
,.cpc_details .cpc_ct_dec dl
,.cpc_details .cpc_ct_cancel dl{
    min-height: 32px;
    font-size: 16px;
    overflow: hidden;
}
.cpc_details .cpc_con_div dt
,.cpc_details .cpc_ct_dec dt
,.cpc_details .cpc_ct_cancel dt{
    width: 175px;
    min-height: 32px;
    /*line-height: 32px;*/
    margin-right: 22px;
    color: #444444;
    float: left;
    font-size: 16px;
    text-align: right;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
}
.cpc_details .cpc_con_div dd
,.cpc_details .cpc_ct_dec dd
,.cpc_details .cpc_ct_cancel dd{
    width: 450px;
    min-height: 32px;
    /*line-height: 32px;*/
    color: #777777;
    float: left;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    word-break:break-word;
}
.cpc_details .cpc_con_div dl:last-child{
    margin-top: 6px;
}
.cpc_details .cpc_con_div dl:last-child
,.cpc_details .cpc_con_div dl:last-child dt
,.cpc_details .cpc_con_div dl:last-child dd{
    height: auto;
    /*line-height: 16px;*/
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.cpc_details .cpc_con_a{
    width: 100%;
    text-align: center;
}
.cpc_details .cpc_con_a a{
    width: 116px;
    height: 36px;
    line-height: 36px;
    margin: 19px auto 0;
    background-color: #EAE9E7;
    border: 2px solid #FAB94B;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}
.cpc_details .cpc_con_a .a2{
    margin-right: 30px;
    background-color: #007586;
    border-color: #006D7E;
    color: #fff;
}
.cpc_details .cpc_con_a .a3{
    margin-right: 30px;
    border-color: #CCCCCC;
}

.cpc_details .cpc_con_a .a4{
    margin-right: 30px;
    border-color: #CCCCCC;
}

.cpc_details .cpc_con_a .a7{
    margin-right: 30px;
    border-color: #CCCCCC;
    width: 165px;
}

.cpc_decline{
    width: 500px;
    height: 300px;
    background-color: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    display: none;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 99;
}
.cpc_ct_dec,.cpc_ct_cancel{
    width: 100%;
    margin-top: 15px;
    border-top: 1px solid #EEEEEE;
    display: none;
}
.cpc_ct_dec h5,.cpc_ct_cancel h5{
    width: 100%;
    line-height: 22px;
    margin-top: 18px;
    margin-bottom: 15px;
    padding: 0 50px;
    color: #444444;
    font-size: 18px;
    text-align: center;
}
.cpc_ct_dec textarea,.cpc_ct_cancel textarea{
    width: 400px;
    height: 152px;
    margin-bottom: 20px;
}
.cpc_details .cpc_ct_dec a,.cpc_details .cpc_ct_cancel a{
    width: 116px;
    height: 36px;
    line-height: 36px;
    margin: 0 auto;
    background-color: #EAE9E7;
    border: 2px solid #FAB94B;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #777777;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    /*font-weight: bold;*/
    text-align: center;
}





/*------------------------------------新底部bottom5------------------------------------*/
.cpc_bottom{
    width: 1220px;
    height: 140px;
    margin: 0 auto;
    border-top: 1px solid #777777;
}
.cpc_bottom .cpc_bottom_l{
    line-height: 22px;
    padding-top: 36px;
    padding-left: 11px;
    color: #999999;
    float: left;
    font-size: 14px;
}
.cpc_bottom .cpc_bottom_l a{
    line-height: 22px;
    padding-top: 36px;
    padding-left: 11px;
    color: #999999;
    font-size: 14px;
}

.cpc_bottom .cpc_bottom_r{
    padding-top: 42px;
    float: right;
}
/*------------------------------------新底部bottom6------------------------------------*/
.cpc4_bottom{
    height: 350px;
    background-color: #002233;
}
.cpc4_bottom .cpc4_b_div{
    width: 1520px;
    height: 100%;
    margin: 0 auto;
    padding-top: 86px;
}
.cpc4_bottom .cpc4b_div{
    float: left;
}
.cpc4_bottom .cpc4b_div:nth-child(1){
    width: 284px;
}
.cpc4_bottom .cpc4b_div:nth-child(2){
    width: 310px;
}
.cpc4_bottom .cpc4b_div:nth-child(3){
    width: 250px;
}
.cpc4_bottom .cpc4b_div:last-child{
    width: 570px;
    float: right;
}
.cpc4_bottom .cpc4b_div a{
    width: 100%;
    line-height: 40px;
    color: #ed8439;
    display: block;
    font-size: 14px;
}
.cpc4_bottom .cpc4b_div a.a1{
    margin-bottom: 17px;
    color: #fff;
    font-size: 20px;
}
.cpc4_bottom .cpc4b_div .cpc4b_p{
    height: 38px;
    line-height: 38px;
    color: #fff;
    font-size: 22px;
}
.cpc4_bottom .cpc4b_sub{
    width: 100%;
    height: 50px;
    line-height: 50px;
}
.cpc4_bottom .cpc4b_sub .in1{
    width: 430px;
    height: 100%;
    padding: 0 27px;
    background-color: #fff;
    border: 0;
    color: #444;
    float: left;
    font-size: 16px;
}
.cpc4_bottom .cpc4b_sub input.in1::placeholder{
    color: #777;
}
.cpc4_bottom .cpc4b_sub .in2{
    width: 140px;
    height: 100%;
    background-color: #ED8439;
    border: 0;
    color: #fff;
    float: left;
    font-size: 16px;
    text-align: center;
}
.cpc4_bottom .im1{
    margin-top: 32px;
    float: right;
}
.cpc4_bottom_record{
    height: 89px;
    background-color: #12141A;
}
.cpc4_bottom_record .cpc4r_div{
    width: 1520px;
    height: 100%;
    line-height: 89px;
    margin: 0 auto;
}
.cpc4_bottom_record .cpc4r_div .la1{
    color: #2A2C31;
    font-size: 14px;
}
.cpc4_bottom_record .cpc4r_div .la2{
    margin-top: 37px;
    color: #fff;
    font-size: 16px;
    float: right;
}
.cpc4_bottom_record .cpc4r_div .im1{
    margin-left: 48px;
    margin-top: 25px;
    float: right;
}
@media (max-width: 1520px) {
    .cpc4_bottom .cpc4b_div:nth-child(1){
        width: 240px;
    }
    .cpc4_bottom .cpc4b_div:nth-child(2){
        width: 250px;
    }
    .cpc4_bottom .cpc4b_div:nth-child(3){
        width: 240px;
    }
    .cpc4_bottom .cpc4b_div:last-child{
        width: 470px;
        float: right;
    }
    .cpc4_bottom .cpc4b_div .cpc4b_p{
        font-size: 18px;
    }
    .cpc4_bottom .cpc4b_sub .in1{
        width: 340px;
    }
    .cpc4_bottom .cpc4b_sub .in2{
        width: 130px;
    }
    .cpc4_bottom .cpc4_b_div
    ,.cpc4_bottom_record .cpc4r_div{
        width: 1220px;
    }
    .cpc4_bottom_record .cpc4r_div .im1{
        margin-left: 30px;
    }
}

/*公用*/
.cpc_invite *
,.cpc4_bottom *
,.cpc_setting *
,.cpc_decline *
,.cpc_details *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

