body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}
.ui-widget.ui-widget-content {
    z-index: 9999;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

ol,
ul {
    list-style: none;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

fieldset,
img {
    border: none;
}


/*img{vertical-align:top;}*/

input,
button {
    vertical-align: middle;
    color: #6b5f53;
    outline: none;
}

caption,
th {
    text-align: left;
}

a {
    text-decoration: none;
    color: #323232;
}

a:hover {
    color: #D8262C;
}

html {
    text-align: center;
    height:100%;
}

.sidebarB-audience {
    border-top: 5px solid #002d74;
    margin-bottom: 30px;
}



.fl{
    float:left;
}
.fr{
    float:right;
}
.mt-15{
    margin-top:15px;
}
.mt-30{
    margin-top:30px;
}


.form-tit{
    font-size:18px;
    line-height:40px;
}
.form-tit span{
    color:#D8262C;
}

.for-input{
    height: 50px;
    padding: 10px 16px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.form-control{
    border: 1px solid #e7e5e6;
    -webkit-box-shadow:none;
    box-shadow:none;
    font-size: 16px;
}
.form-control:focus {
    border-color: rgba(0,0,0,.3);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,0,0,.2);;
}

.cl-error{
    border:1px solid #c12c43;
}
.cl-error:focus{
    border:1px solid #c12c43;
    -webkit-box-shadow: inset 0 1px 1px rgba(172,36,57,.075), 0 0 8px rgba(172,36,57,.4);;
    box-shadow: inset 0 1px 1px rgba(172,36,57,.075), 0 0 8px rgba(172,36,57,.4);;
}


.pw-strength {clear: both;position: relative;top: 8px;width: 800px;}
.pw-bar{background: url(../images/pwd-2.jpg) no-repeat;height: 14px;overflow: hidden;width: 800px;}
.pw-bar-on{background:  url(../images/pwd-1.jpg); width:0px; height:14px;position: absolute;top: 0;left: 0;transition: width .5s ease-in;-moz-transition: width .5s ease-in;-webkit-transition: width .5s ease-in;-o-transition: width .5s ease-in;}
.pw-weak .pw-defule{ width:0px;}
.pw-weak .pw-bar-on {width: 33.33%;}
.pw-medium .pw-bar-on {width: 66.66%;}
.pw-strong .pw-bar-on {width: 99.99%;}
.pw-txt {padding-top: 2px;width: 180px;overflow: hidden;}



.mgc:checked:after{
    top:4px;
    left:4px;
}
.lg-dan:checked:after{
    top:3px;
    left:3px;

}



.main-left{
    height:calc(100% - 100px);
}
.main-content{
    min-height:calc(100% - 100px);
}
.note-con-box{
    width:calc(100% - 70px);
}
.information{
    width:calc(100% - 168px);
}

.btn-danger{
    background:#D8262C;
    border-color:#D8262C;
}

.J-filter-con{
    display:none;
}
.Products-con .pro-li{
    width:calc(75.5% - 225px);
}


.completer-container .completer-selected, .completer-container li:hover{
    border-left: 1px solid #D8262C;
    background-color: #f0f0f0;
}
.completer-container{
    border-bottom-color: #D8262C;
    margin: 13px 0 0 0;
}
.completer-container li{
    padding: 1em .8em;
}



.dropzone{
    border:none;
    background:#f6f6f6;
    margin:15px 0;
}
.dropzone .dz-message{
    line-height:35px;
    height:150px;
    margin:0;
    padding:1em 0;
}
.click-up{
    padding:5px 35px;
    font-size:18px;
    background:#D8262C;
    border-radius:5px;
    color:#fff;
    line-height:45px;
}

.Conditions-span{
    cursor:pointer;
}
.Conditions-content{
    padding:5% 3%;
    line-height:28px;
}
.conditions-con-cn{
    font-size:14px;
}

ul.tabletolist ul>li .row_headers{
    font-size:14px !important;
}

/*图片上传*/

.upload_warp_img_div_del {
    position: absolute;
    top: 6px;
    width: 16px;
    right: 4px;
}

.upload_warp_img_div_top {
    position: absolute;
    top: 0;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    line-height: 30px;
    text-align: left;
    color: #fff;
    font-size: 12px;
    text-indent: 4px;
}

.upload_warp_img_div_text {
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.upload_warp_img_div img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.upload_warp_img_div {
    position: relative;
    height: 100px;
    width: 120px;
    border: 1px solid #ccc;
    margin: 0px 30px 10px 0px;
    float: left;
    line-height: 100px;
    display: table-cell;
    text-align: center;
    background-color: #eee;
    cursor: pointer;
}

.upload_warp_img {
    border-top: 1px solid #D2D2D2;
    padding: 14px 0 0 14px;
    overflow: hidden
}

.upload_warp_text {
    text-align: left;
    margin-bottom: 10px;
    padding-top: 10px;
    text-indent: 14px;
    border-top: 1px solid #e7e5e6;
    font-size: 14px;
}

.upload_warp_right {
    float: left;
    width: 57%;
    margin-left: 2%;
    height: 100%;
    border: 1px dashed #999;
    border-radius: 4px;
    line-height: 130px;
    color: #999;
}

.upload_warp_left img {
    margin-top: 32px;
}

.upload_warp_left {
    float: left;
    width: 40%;
    height: 100%;
    border: 1px dashed #999;
    border-radius: 4px;
    cursor: pointer;
}

.upload_warp {
    margin: 14px;
    height: 130px;
}

.upload {
    border: 1px solid #e7e5e6;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
}

.upload-box .upload-btn{
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 5px;
    background-color: #a0122c;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    min-width: 100px;
    margin-right: 20px;
}
.upload-box .upload-btn input {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.preview-box {
    display: none;
    border-radius: 5px;
    border: 1px solid #e7e5e6;
    background-color: #fff;
    max-width: 300px;
    vertical-align: top;
    overflow: hidden;
}
.preview-box img{
    max-width: 100%;
    max-height: 150px;
}
.hello {
    width: 100%;
    /*margin-left: 34%;*/
    text-align: center;
    margin-bottom:30px;
}


.pagination>li>a, .pagination>li>span{
    color:#D8262C;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{

    color:#D8262C;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #D8262C;
    border-color: #D8262C;
    margin-right:3px;
    border-radius:3px;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
    margin-right:3px;
    border-radius:3px;
}



.que-content{
    left:calc(50% - 350px);
    top:calc(50% - 150px);
}
.badge-pop-con{
    top:calc(50% - 107px);
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    border: none !important;
    color:#aaa !important;
}


.inner_contact p {
    margin-bottom:10px;
}
.inner_contact ul li {
    width:500px;
    /*float:left;*/
    height:115px;
    margin:40px 0;
    overflow:hidden;
}
.inner_contact ul li .photo {
    width:100px;
    height:115px;
    float:left;
}
.inner_contact ul li .text {
    width:400px;
    height:105px;
    padding-top:10px;
    float:left;
}
.inner_detail a {
    color:#D8262C;
}
.inner_detail a:hover {
    text-decoration:underline;
}

/*邮箱补全*/

.auto-tip{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: normal;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ccc;
}

.auto-tip li{
    padding: 1em .8em;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.auto-tip li:hover{
    background-color: #f0f0f0;
}
.auto-tip li.hoverBg{
    background-color: #f0f0f0;
}
.layui-layer-btn{
    text-align: center !important;
}
.layui-layer-btn .layui-layer-btn0{
    border-color: #D8262C !important;
    background-color: #D8262C !important;
}




.Close-window{
    background:url(../images/AsOfImg.png);
    width:813px !important;
    height:484px;
}


.Close-window-en{
    background:url(../images/AsOfImg-en.png);
    width:813px !important;
    height:484px;
}

@media screen and (max-width:780px) {

    .Close-window,.Close-window-en{
        background-size:100% auto;
        width:350px !important;
        height:200px;
    }

}


