#xy_tanchu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

#xy_tanchu .xy_tanchutext {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 187px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

#xy_tanchu .xy_tanchutext p {
    margin-bottom: 55px;
    font-size: 18px;
}

#xy_tanchu .xy_tanchutext button {
    border: none;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    background: #05a8f7;
    cursor: pointer;
    font-size: 16px;
}

.cont {
    min-height: 300px;
    padding: 30px 0 30px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.subneiright1 .cont {
    padding-top: 30px;
    font-size: 16px !important;
    line-height: 36px !important;
    color: #666666 !important;
    font-family: "微软雅黑" !important;
}

.cont h2 {
    text-align: center;
    margin-bottom: 30px;
}


/* 信件须知 start */

.bd {
    margin-bottom: 40px;
}

.bd .jumpinput {
    margin-top: 50px;
    position: relative;
}

.bd .jumpinput>div {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.bd .jumpinput label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 326px;
    background: #fff;
    border: 1px solid #05a8f7;
    border-radius: 3px;
}

.bd .jumpinput input:checked label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #05a8f7;
    line-height: 16px;
}

.bd .jumpinput input {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.bd .jumpinput span {
    font-size: 14px;
    color: #666;
}

.bd .jumpinput button {
    display: block;
    width: 115px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 18px;
    color: #fff !important;
    cursor: not-allowed;
    margin-left: 15px;
    background-color: #999;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.bd .jumpinput button.active1 {
    transition: .3s;
    cursor: pointer;
    background: #05a8f7;
}

.sxz-general-f-box {
    margin: 0 auto;
    width: 860px;
}

.sxz-general-f-box a {
    font-size: 24px;
    color: #4177da;
    text-align: center;
    margin-top: 40px;
    display: block;
    margin-bottom: 30px;
}


/* 信件须知 end */


/* 我要写信 start */

.subxiebiao {
    margin-top: 40px;
    padding: 0 30px;
    padding-left: 0px;
}

.subxiebiaodiv {
    float: left;
    width: 360px;
    height: 50px;
    margin-bottom: 30px;
}

.subxiebiaodiv span {
    float: left;
    width: 100px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.subxiebiaodiv span i {
    color: #fa2b2b;
}

.subxiebiaoinp {
    float: right;
    width: 240px;
    height: 50px;
    padding: 0 21px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    color: #666;
}

.subxiebiaoinp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    outline: none;
    border: none;
    background: none;
}

.subxiebiaoinp input::placeholder {
    color: #999999;
}

.subxiebiaodivr {
    float: right;
}

.subxiebiaoinp .sel_box {
    position: relative;
    margin: 0 -21px;
    padding: 0 21px;
    background:  no-repeat 275px center;
}

.subxiebiaoinp .sel_div {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.subxiebiaoinp .sel_sel {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=00);
    /*ie滤镜，透明度50%*/
    -moz-opacity: 0;
    /*firefox私有，透明度50%*/
    opacity: 0;
    /*其他，透明度50%*/
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.subxiebiaodiv1 {
    width: 100%;
}

.subxiebiaoinp1 {
    width: 683px;
}

.subxiebiaoinp1 .sel_box {
    background:  no-repeat 705px center;
}

.subxiebiaodiv2 {
    height: 144px;
}

.subxiebiaoinp2 {
    height: 144px;
    padding: 7px 21px;
    line-height: 30px;
}

.subxiebiaoinp2 textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    font-family: "微软雅黑" !important;
}

.subxiebiaoinp2 textarea::placeholder {
    color: #999999;
    font-family: "微软雅黑" !important;
}

.subxiebiaoinp3 {
    float: left;
    width: 214px;
    margin-left: 20px;
}

.subyanzhengma {
    float: left;
    width: 167px;
    height: 50px;
    cursor: pointer;
    margin: 0 20px 0 28px;
}

.subyanzhengma:hover {
    filter: alpha(opacity=80);
    /*ie滤镜，透明度50%*/
    -moz-opacity: .8;
    /*firefox私有，透明度50%*/
    opacity: .8;
    /*其他，透明度50%*/
}

.subyanmatext {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    transition: all .3s;
}

.subyanmatext i {
    color: #05a8f7;
}

.subyanmatext:hover {
    color: #05a8f7;
}

.subxiebiaodiv3 {
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 40px;
}

.subxiebiaodiv3 button {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin: 0 14px;
    background: #e6e6e6;
    border-radius: 5px;
    transition: all .3s;
}

.subxiebiaodiv3 button[type="submit"] {
    color: #ffffff;
    background: #05a8f7;
}

.subxiebiaodiv3 button:hover {
    color: #ffffff;
    background: #05a8f7;
}


/* 我要写信 end */


/* 信件列表 start */

.subneiright1 .tit {
    height: 44px;
    line-height: 44px;
    background: #edf5fe;
    margin-top: 40px;
}

.subneiright1 .tit span {
    float: left;
    border-right: 2px solid #fff;
    font-size: 18px;
    color: #222222;
    text-align: center;
}

.subneiright1 .tit span.span1 {
    width: 100px;
}

.subneiright1 .tit span.span2 {
    width: 595px;
}

.subneiright1 .tit span.span3 {
    width: 140px;
    border-right: none;
}

.subneiright1>ul {
    padding-top: 15px;
    padding-bottom: 25px;
    min-height: 300px;
}

.subneiright1>ul li {
    height: 55px;
    line-height: 55px;
}

.subneiright1>ul li em {
    float: left;
    width: 55px;
    height: 30px;
    line-height: 30px;
    box-sizing: border;
    background: #f6fafe;
    font-size: 14px;
    color: #05a8f7;
    text-align: center;
    border: 1px solid #ccdbec;
    border-radius: 3px;
    margin: 11px 23px 0;
}

.subneiright1>ul li a {
    float: left;
    max-width: 595px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #222222;
    padding-left: 20px;
    box-sizing: border-box;
}

.subneiright1>ul li span {
    float: right;
    width: 140px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.subneiright1>ul li a:hover {
    color: #05a8f7;
}


/* 信件列表 end */


/* 信件回复 start */

.subxiebiao {
    margin-top: 40px;
    padding: 0 30px;
    padding-left: 0px;
}

.subxiebiaodiv {
    float: left;
    width: 360px;
    height: 50px;
    margin-bottom: 30px;
}

.subxiebiaodiv span {
    float: left;
    width: 100px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    text-align: right;
}

.subxiebiaodiv span i {
    color: #fa2b2b;
}

.subxiebiaoinp {
    float: right;
    width: 240px;
    height: 50px;
    padding: 0 21px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    color: #666;
}

.subxiebiaoinp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #666666;
    outline: none;
    border: none;
    background: none;
}

.subxiebiaoinp input::placeholder {
    color: #999999;
}

.subxiebiaodivr {
    float: right;
}

.subxiebiaoinp .sel_box {
    position: relative;
    margin: 0 -21px;
    padding: 0 21px;
    background:  no-repeat 275px center;
}

.subxiebiaoinp .sel_div {
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.subxiebiaoinp .sel_sel {
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=00);
    /*ieæ»¤é•œï¼œé€æ˜žåº¦50%*/
    -moz-opacity: 0;
    /*firefoxç§æœ‰ï¼œé€æ˜žåº¦50%*/
    opacity: 0;
    /*å…¶ä»–ï¼œé€æ˜žåº¦50%*/
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
}

.subxiebiaodiv1 {
    width: 100%;
}

.subxiebiaoinp1 {
    width: 730px;
}

.subxiebiaoinp1 .sel_box {
    background:  no-repeat 705px center;
}

.subxiebiaodiv2 {
    height: 144px;
}

.subxiebiaoinp2 {
    height: 144px;
    padding: 7px 21px;
    line-height: 30px;
}

.subxiebiaoinp2 textarea {
    display: block;
    width: 100%;
    height: 100%;
    resize: none;
    outline: none;
    border: none;
    background: none;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    font-family: "å¾®è½¯é›…é»‘" !important;
}

.subxiebiaoinp2 textarea::placeholder {
    color: #999999;
    font-family: "å¾®è½¯é›…é»‘" !important;
}

.subxiebiaoinp3 {
    float: left;
    width: 214px;
    margin-left: 20px;
}

.subyanzhengma {
    float: left;
    width: 167px;
    height: 50px;
    cursor: pointer;
    margin: 0 20px 0 28px;
}

.subyanzhengma:hover {
    filter: alpha(opacity=80);
    /*ieæ»¤é•œï¼œé€æ˜žåº¦50%*/
    -moz-opacity: .8;
    /*firefoxç§æœ‰ï¼œé€æ˜žåº¦50%*/
    opacity: .8;
    /*å…¶ä»–ï¼œé€æ˜žåº¦50%*/
}

.subyanmatext {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 50px;
    transition: all .3s;
}

.subyanmatext i {
    color: #05a8f7;
}

.subyanmatext:hover {
    color: #05a8f7;
}

.subxiebiaodiv3 {
    padding: 20px 0 0;
    text-align: center;
    margin-bottom: 40px;
}

.subxiebiaodiv3 button {
    display: inline-block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    outline: none;
    border: none;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin: 0 14px;
    background: #e6e6e6;
    border-radius: 5px;
    transition: all .3s;
}

.subxiebiaodiv3 button[type="submit"] {
    color: #ffffff;
    background: #05a8f7;
}

.subxiebiaodiv3 button:hover {
    color: #ffffff;
    background: #05a8f7;
}


/* 信件回复 end */


/* 信件查询 start */

.subxun {
    margin-top: 40px;
    min-height: 450px;
}

.subxuntop {
    height: 50px;
}

.subxuntop span {
    float: left;
    width: 100px;
    font-size: 16px;
    color: #222222;
    line-height: 50px;
    text-align: center;
}

.subxuntop .subxuninp {
    float: left;
    width: 250px;
    height: 50px;
    line-height: 48px;
    padding: 0 20px;
    margin-right: 20px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
}

.subxuntop .subxuninp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
    color: #666666;
}

.subxuntop .subxuninp input::placeholder {
    color: #cccccc;
}

.subxuntop button {
    float: right;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    background: #05a8f7;
    margin-right: 45px;
}

.subxuntop button:hover {
    background: #05a8f7;
}

.subxuncen {
    font-size: 16px;
    color: #666666;
    line-height: 112px;
    text-align: center;
}

.subxunbot ul li {
    height: 47px;
    line-height: 47px;
}

.subxunbot ul li span {
    float: left;
    font-size: 16px;
    color: #222222;
    box-sizing: border-box;
}

.subxunbot ul li span.subxunspan1 {
    width: 150px;
    padding-left: 17px;
}

.subxunbot ul li span.subxunspan2 {
    width: 350px;
}

.subxunbot ul li span.subxunspan3 {
    width: 140px;
}

.subxunbot ul li span.subxunspan4 {
    width: 125px;
}

.subxunbot ul li span.subxunspan5 {
    /*width: 75px;*/
    text-align: right;
}

.subxunbot ul li em {
    float: left;
    font-size: 16px;
    color: #999999;
    box-sizing: border-box;
}

.subxunbot ul li em.subxunem1 {
    width: 150px;
    padding-left: 17px;
}

.subxunbot ul li em.subxunem2 {
    width: 340px;
}

.subxunbot ul li em.subxunem3 {
    width: 147px;
}

.subxunbot ul li em.subxunem4 {
    width: 110px;
    padding-left: 19px;
    background:  no-repeat left center;
}

.subxunbot ul li a {
    float: left;
    width: 75px;
    height: 30px;
    line-height: 30px;
    padding-left: 33px;
    font-size: 14px;
    color: #ffffff;
    margin-top: 8px;
    box-sizing: border-box;
    background:  no-repeat center;
}

.subxunbot {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
}


/* 信件查询 end */


/* 信件评价 start */

#mask_shadow {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#popup {
    display: none;
    opacity: 0;
    position: fixed;
    z-index: 200;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 250px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}

#popup.show {
    display: block;
    opacity: 1;
}

#mask_shadow.show {
    display: block;
    opacity: 1;
}

#popup .title {
    position: relative;
    width: 100%;
    height: 55px;
    background-color: #5bc0de;
    cursor: move;
}

#popup .title p {
    padding-left: 14px;
    line-height: 55px;
    color: #fff;
}

#popup .title span {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 30px;
    height: 30px;
    color: #000;
    opacity: 0.2;
    font-size: 21px;
    cursor: pointer;
    text-align: center;
    border: 1px solid #333;
}

#popup .title span:hover {
    opacity: 0.8;
}

#popup .cont {
    width: 100%;
    height: 135px;
    padding: 0;
    min-height: auto;
    background-color: #ffffff;
}

#btn1:hover {
    color: #4177d8;
}

#starrating .photo span {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 42px;
    overflow: hidden;
    margin-right: 23px;
    cursor: pointer;
}

#starrating .photo span:last-child {
    margin-right: 0px;
}

#starrating .photo span .nohigh {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 0;
    left: 0;
    background: url(/uploads/image/mimages/star.png);
}

#starrating .photo span .high {
    position: absolute;
    width: 44px;
    height: 42px;
    top: 0;
    left: 0;
    background: url(/uploads/image/mimages/star1.png);
}

#starrating .starnum {
    font-size: 26px;
    color: #de4414;
    margin-top: 4px;
    margin-bottom: 10px;
}

#starrating .bottoms {
    height: 54px;
    border-top: 1px solid #d8d8d8;
}

#starrating .photo {
    margin-top: 30px;
}

#starrating .bottoms a {
    margin-bottom: 0;
}

#starrating .bottoms .garybtn {
    margin-right: 57px !important;
}

#starrating .bottoms a {
    width: 130px;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    display: inline-block;
    font-size: 16px;
    transition: all 0.2s linear;
    margin: 16px 0 22px;
    text-align: center;
    cursor: pointer;
}

.garybtn {
    margin-right: 60px !important;
    background-color: #e1e1e1;
    color: #999999;
}

.bluebtn {
    background-color: #1968b1;
    color: #fff;
}

.bluebtn:hover {
    background: #0e73d0;
}


/* 信件评价 end */