﻿/*我要写信 开始*/

.WoYaoXieX_right {
    float: right;
    width: 872px;
}

.SubXieBiao {
    margin-top: 40px;
}
.SubXieBiaoDiv {
    float: left;
    width: 435px;
    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: 320px;
    height: 50px;
    padding: 0 21px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    background-color: #f8f8f8;
}
.SubXieBiaoInp input {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    outline: none;
    border: none;
    background: none;
}
.SubXieBiaoInp input::placeholder {
    color: #cccccc;
}
.SubXieBiaoDivr {
    float: right;
}
.SubXieBiaoInp .sel_box {
    position: relative;
    margin: 0 -21px;
    padding: 0 21px;
    background: url("../images/sanjiao2.png") no-repeat 286px 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: 756px;
}
.SubXieBiaoInp1 .sel_box {
    background: url("../images/sanjiao2.png") no-repeat 723px center;
}
.SubXieBiaoDiv2 {
    height: 260px;
}
.SubXieBiaoInp2 {
    height: 258px;
    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: #333333;
    line-height: 32px;
    font-family: "微软雅黑" !important;
}
.SubXieBiaoInp2 textarea::placeholder {
    color: #cccccc;
    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: #1073b7;
}
.SubYanMaText:hover {
    color: #1073b7;
}
.SubXieBiaoDiv3 {
    padding: 20px 0 0;
    text-align: center;
}
.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: #1073b7;
}
.SubXieBiaoDiv3 button:hover {
    color: #ffffff;
    background: #1073b7;
}
/*我要写信 结束*/

/*公共提示框*/

.com-prompt-box {
    display: none;
    width: 360px;
    background: #fff;
    border-radius: 5px;
    position: fixed;
    left: 50%;
    margin-left: -180px;
    top: 300px;
    margin-top: -200px;
    height: 240px;
    overflow: hidden;
    z-index: 100000;
    padding-bottom: 15px;
}
.com-prompt-dw {
    position: relative;
    width: 100%;
    height: 100%;
}
.com-prompt-tit {
    text-align: center;
    height: 54px;
    font-size: 18px;
    color: #333;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #eee;
    line-height: 54px;
    font-weight: bold;
}
.com-prompt-btns {
    width: 200px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
}
.com-prompt-btnlf {
    float: left;
    background: #076eb4;
}
.com-prompt-btnft {
    float: right;
    background: #ccc;
}
.com-prompt-btns a {
    height: 38px;
    width: 48%;
    line-height: 38px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}
.com-prompt-lists {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0px;
    height: auto;
    max-height: 200px;
    overflow: auto;
}
.com-prompt-item {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 28px;
    padding-left: 25px;
    padding-right: 25px;
}