body {
    /*background: url(../img/pcBanner.jpg) no-repeat center;
    background-size: cover;*/
    min-height: calc(100vh - 30px);
}
.container {
    min-height: 100%;
    /*background: url(../img/bj.png) center top no-repeat;*/
    /*background:#ffffff;*/
    /*background-size: 100% 100%;*/
    padding-bottom:50px;
}
* {
    box-sizing: border-box;
    color: #000;
}

.h1 {
    line-height: 110px;
    display: inline-block;
    margin-left: calc( 50% - 229px );
    margin-top: 20px;
}

.h1 span {
    display: inline-block;
    font-size: 22px;
    color: #ff9300;
    margin: 0 10px;
}

.h1 i {
    width: 120px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    background: #f2cc88;
}
.logo {
    height: 72px;
    background: rgba(0,0,0,0.5);
}

.logo img {
    padding-top: 18px;
    max-width:195px;
}
.logo .content{
    width:100%;
}
.banner .content {
    position: relative;
}
.banner .content,
.banner .content img {
    width: 100%;
}

.banner .banner-text {
    width: 640px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 20px;
    color: #181515;
}

.banner .banner-text span {
    font-size: 30px;
}

.content-box .content {
    padding-bottom: 20px;
width: 100%;
    max-width: 1080px;
    /*border-bottom: 1px solid #6d6d6d;*/
}

.file-content-box .content {
    border-bottom: none;
    background: url(../img/file-content-bj.png) left bottom no-repeat;
}

.content-box .cx {
    width: 48%;
    float: left;
}

 .content-box .cx2 h1, .content-box .cx h1 {
        color: #fff;
        font-size: 24px;
        /*padding-left: 65px;*/
        border-bottom: 1px solid #6d6d6d;
        line-height: 54px;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .content-box .cx ul {
        text-align: center;
    }
.cx-left {
    margin-right: 2%;
}

.cx-right {
    margin-left: 2%;
}

.content-box .cx ul li {
    margin-top: 30px;
}

.content-box .cx li>span {
    padding-right: 20px;
    text-align: right;
    font-size: 18px;
    color: #000;
    display: inline-block;
    height: 35px;
    vertical-align: top;
    line-height: 40px;
}

.content-box .cx .br {
    line-height: 17.5px;
}

.content-box .cx .radio-width {
    width: 270px;
}

.content-box .cx-left ul li>span {
    width: 125px;
    text-align:left;
}

.content-box .cx-right ul li span {
    text-align: left;
}

.content-box .cx ul li .text-content {
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d1d1d1;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #0b0306;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.content-box .cx-left ul li .text-content {
    width: 369px;
    background: rgba(255,255,255,.95);
}

.content-box .cx ul .padding-left span {
    /*padding-left: 50px;*/
}

.content-box .cx ul .padding-left span {
    width: 90px;
}

.content-box .cx ul .padding-left .text-content {
    width: 145px;
}

.radio-content {
    display: none;
}

.label-content {
    display: inline-block;
    vertical-align: top;
    /*width: 35px;*/
    height: 35px;
    background: url(../img/radio-no_white.png) right center no-repeat;
    font-size: 18px;
    color: #fff;
    /*padding-right: 15px;*/
    padding-right:30px;
    line-height: 35px;
    margin-right: 45px;
    cursor: pointer;
}

.label-content:last-child{
    margin-right: 0px;
}

.radio-content[type='radio']:checked + .label-content {
    background: url(../img/radio-yes_white.png) right center no-repeat;
}

.footer {
    padding-bottom: 40px;
}
.footer .content{
width: 100%;
    max-width: 1080px;
}
    .footer .describe {
        padding: 10px 150px 0;
        padding-top: 10px;
        font-size: 18px;
        color: #6d6d6d;
        line-height: 30px;
        margin-bottom: 60px;
    }

        .footer .describe .reset {
            display: inline-block;
            background: #b2100f;
            padding: 0 10px;
            color: #FFFFFF;
            border-radius: 100px;
        }

        .footer .describe span {
			display: inline-block;
            font-weight: bold;
			width:100px;
        }

.button {
    text-align: center;
}

    .button a {
        display:inline-block;
        background: #ffa720;
        width: 160px;
        border-radius: 8px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        margin: 40px auto 0;
        color: #fff;
        cursor: pointer;
    }
.button .hui{
	 background: url(../img/ban-button.png) center center no-repeat;
pointer-events: none;
}

        .button a:last-child {
            margin-right: 0;
        }

.Popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

    .Popup .Popup-close {
        position: absolute;
        top: 50px;
        right: 50px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background: #0B0306;
        color: #FFFFFF;
        text-align: center;
        line-height: 40px;
        font-size: 20px;
        cursor: pointer;
    }

    .Popup .Popup-content {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
    }

.Popup-content-title {
    position: absolute;
    top: 60px;
    left: 0;
    font-size: 24px;
    width: 100%;
    text-align: center;
    color: #6d6d6d;
    line-height: 160%;
}

.Popup .Popup-content .Popup-content-img {
    position: absolute;
    width: 200px;
    left: 50%;
    top: 141px;
    margin-left: -103px;
}

.Popup .Popup-content .loading {
    width: 200px;
    text-align: center;
    line-height: 200px;
}

.Popup .Popup-content .Popup-content-img img {
    width: 100%;
}

.Popup .Popup-content2 {
    padding-top: 180px;
    width: 580px;
    height: 360px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #f2f2f2 url(../img/layer-top.png) center 50px no-repeat;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .Popup .Popup-content2 .Popup-content2-botton {
        padding-top: 40px;
        text-align: center;
    }

        .Popup .Popup-content2 .Popup-content2-botton a {
            display: inline-block;
            width: 167px;
            height: 42px;
            text-align: center;
            font-size: 18px;
            color: #ffffff;
            line-height: 42px;
            cursor: pointer;
        }

        .Popup .Popup-content2 .Popup-content2-botton .cancel {
            background: url(../img/layer-cancel.png) center center no-repeat;
			background-size: cover;
        }

        .Popup .Popup-content2 .Popup-content2-botton .confirm {
            background: url(../img/botton.png) center center no-repeat;
			background-size: cover;
			border-radius: 7px;
        }

        .Popup .Popup-content2 .Popup-content2-botton a:nth-child(1) {
            margin-right: 55px;
        }

    .Popup .Popup-content2 h2 {
        text-align: center;
        font-size: 18px;
        color: #0B0306;
    }

.submit .content {
    position: relative;
}

.submit-text {
    /*position: absolute;
    font-size: 16px;
    color: #6d6d6d;
    width: 450px;
    top: 420px;
    right: 100px;
    line-height: 2em;*/
    width: 450px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.5em;
}

.content-box h2 {
    font-size: 18px;
    padding-bottom: 25px;
    color: #6d6d6d;
}

.cx-upload-content {
}

    .cx-upload-content ul {
        /*text-align: center;*/
    }

        .cx-upload-content ul:after {
            content: "";
            display: table;
            clear: both;
        }

        .cx-upload-content ul li {
            display: inline-block;
            width: 179px;
            height: 310px;
            border: 1px solid #cbcbcb;
            background: #FFFFFF url(../img/upload-bj.png) center 80px no-repeat;
            margin-right: 60px;
            position: relative;
            vertical-align: top;
        }

.file-fail-arrow {
    display: none;
    width: 0;
    height: 0;
    border-top: 20px solid #de0000;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    position: absolute;
    top: -31px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.cx-upload-content ul .file-fail {
    border: 1px solid #de0000;
}

    .cx-upload-content ul .file-fail .file-fail-arrow {
        display: block;
    }

.cx-upload-content ul .cx-upload-contentlh {
    height: auto;
}

.cx-upload-content ul li:last-child {
    margin-right: 0;
}

.inputys {
    width: 179px;
    height: 310px !important;
    background: none;
    padding: 0;
    border: none;
    opacity: 0;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}

.file-text {
    padding-top: 200px;
    font-size: 26px;
    color: #6d6d6d;
    width: 100%;
    text-align: center;
}

.cx-upload-img {
    width: 100%;
    max-height: 310px;
    overflow: hidden;
    display: none;
}

    .cx-upload-img img {
        width: 100%;
    }

.change {
    display: none;
    width: 100%;
    height: 35px;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    background: #2298d6;
    position: absolute;
    bottom: -35px;
    cursor: pointer;
}

.Prompt-text {
    background: #de0000;
    width: 670px;
    height: 62px;
    line-height: 62px;
    font-size: 14px;
    color: #FFFFFF;
    padding-left: 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-bottom: 30px;
}

.content-box {
	margin-bottom: 40px;
}

.ClothSize{
  width:410px
}

.ClothSize2{
  width:120px
}

.ClothSizeInput{
	display: none;
	padding: 0 10px;
    vertical-align: top;
    border: 1px solid #d1d1d1;
    line-height: 35px;
    height: 35px;
    font-size: 18px;
    color: #0b0306;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	width:290px
}

.L-footer {
    width: 100%;
    text-align: center;
    background: #e2e2e2;
    padding: 20px 0;
    font-size: 14px;
    position: fixed;
    bottom: 0;
}
			
.L-footer a {
	color: blue;
}

.cx-upload-content{
	border: 2px solid #f2f2f2;
	padding: 60px;
	margin-top: 40px;
}

.describe-button{
position: absolute;
right: 45px;
    top: -269px;
font-size: 18px;
font-weight: bold;
width: 230px;
text-align: left;
}

.describe-button span{
    display: inline-block;
 width:37px;
}
/* add */
.Popup-content-title {
    font-size: 20px;
    padding: 0px 5%;
    width: 90%;
}

.content-box .cx-left ul li .text-content {
    width: 60%;
    background:#fef0da;
}

select {
    border: 1px solid #d1d1d1;
    height: 35px;
    line-height: normal;
    font-size: 18px;
    color: #0b0306;
    padding: 0 10px;
    width: 60%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    min-width: 130px;
}

select {
    appearance: none;
    -webkit-appearance: none; /*ȥ��chrome�������Ĭ������ͼƬ*/
    -moz-appearance: none; /*ȥ��Firefox�������Ĭ������ͼƬ*/
    background: #fef0da url(../img/select_icon.png);
    background-repeat: no-repeat;
    background-position: calc( 100% - 10px ) center;
}

.content-checkbox {
    font-size: 18px;
}

.add-formField input[type="checkbox"] {
    width: 40px;
    height: 40px;
    display: none;
    resize: none;
    outline: none;
}

.add-formField label.content-checkbox {
    display: inline-block;
    padding-right: 30px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    color: #fff;
    margin-right: 45px;
    background: url(../img/checkbox_no_white.png) no-repeat right center;
    cursor: pointer;
}

.add-formField input[type='checkbox']:checked + label {
    background: url('../img/checkbox_yes_white.png') no-repeat right center !important;
}

.Industry-main {
    font-size: 0;
}

.cx-left ul li .text-content.input-show {
    margin-left: 145px;
    margin-top: 20px;
    display: none;
}
/*�����ֶε�ѡ��ѡPC����ʽ*/
.content-box .cx ul li.add-formField {
    margin-top: 0;
}

.content-box .cx ul li.add-formField span,
.content-box .cx ul li.add-formField .text-content,
.content-box .cx ul li.add-formField label.label-content,
.content-box .cx ul li.add-formField label.content-checkbox,
.content-box .cx ul li.add-formField .form-control {
    margin-top: 20px;
}

.add-formField .content-input {
    display: inline-block;
    width: 60%;
}

.content-box .cx-left ul li.add-formField .content-input input[type=text],
.content-box .cx-left ul li.add-formField .content-input textarea,
.content-box .cx-left ul li.add-formField .content-input select {
    width: 100%;
}

.content-box .cx-left ul li.add-formField .content-input textarea {
    resize: none;
    min-height: 60px;
    line-height: 18px;
    padding: 10px;
}

.success_wrap {
    position: fixed;
    top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    display:none;
}

.success_box {
    background: #fff;
    width: 600px;
    height: 270px;
    position: absolute;
    top: calc( 50% - 135px );
    left: calc( 50% - 300px );
    color: #000;
    text-align: center;
}

.success_wrap img {
    position: absolute;
    top: 20px;
    right: 30px;
    cursor:pointer;
}

.success_box p:first-of-type {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 72px;
}

.success_box p:nth-of-type(2) {
    font-size: 20px;
    margin-top: 20px;
    padding: 0 120px;
    line-height: 32px;
}
/*����+*/
.orange {
    color: #ff9900 !important;
}
.title_extra {
    font-size: 18px;
    text-align: left;
    margin-bottom: 12px;
}
.option_extra {
    font-size: 18px;
    text-align: left;
    
}
.radio_box {
    width: 30%;
    display: inline-block;
}
.checkboxWrapper{
    display: flex;
    flex-wrap: wrap;
}
.checkboxWrapper .radio_box{
    width: 32%;
    display: flex;
    vertical-align: text-top;
    margin-bottom: 8px;
}
.checkboxWrapper .radio_box input[type=checkbox]{
    position: relative;
    top: 3px;
}
.checkboxWrapper input[type=checkbox] +label{
    padding-right: 5px;
}
.option_extra input[type=checkbox] {
    min-width: 18px;
}

input[type=radio] + label {
    font-size: 18px;
    text-align: left;
    display: inline-block;
    line-height: 24px;
}
input[type=radio] {
    margin-right: 8px;
    display: inline-block;
width: 18px;
height: 18px;
vertical-align: middle;
margin-bottom: 3px;
}
label + p {
    font-size: 18px;
    color: #979797;
    text-align:left;
    margin-top: 12px;
    line-height: 24px;
}
input[type=checkbox] {
    margin-right: 8px;
width: 18px;
height: 18px;
vertical-align: middle;
}
.pleft label {
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    display: inline-block;
    cursor: pointer;
}
.pleft {
    padding-left: calc( 20% - 60px );
    padding-right: calc( 20% - 60px );
}
/* #isShow {
    display: none;
} */

/*�������*/
.meeting_intCon {
    max-width: 775px;
    width: calc( 100% - 150px );
    margin: 0 auto;
}
.campaign_title h3{
    font-size: 25px;
    line-height: 36px;
    color: rgb(31,61,92);
    text-align: center;
    padding: 0;
    margin: 30px 0 10px;
    font-weight: normal;
}
.campaign_title h2{
    font-size: 28px;
    line-height: 36px;
    color: rgb(31,61,92);
    text-align: center;
    padding: 0;
    margin: 10px 0;
    font-weight: normal;
}
.campaign_title p {
    font-size: 20px;
    line-height: 27px;
    color: rgb(31,61,92);
    text-align: center;
}
.campaign_intro {
    font-size: 16px;
    color: rgb(51,51,51);
    line-height: 24px;
    margin-top: 24px;
}
.campaign_intro p {
    margin-bottom: 12px;
}
.campaign_tication{
    color: rgb(51,51,51);
}
.campaign_tication h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 24px 0 12px;
}
.campaign_tication p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
}
.bolder {
    font-weight: bolder;
}
.campaign_agenda {
    color: rgb(51,51,51);
    font-size: 16px;
}
.campaign_agenda h3 {
    font-size: 18px;
    line-height: 27px;
    margin: 24px 0 12px;
}
.campaign_agenda table td {
    padding: 8px;
}
.campaign_agenda table tbody > tr:nth-child(even) > td {
    background-color: #f7f7f7;
}

/* .campaign_agenda table tbody > tr:nth-child(7) > td,.campaign_agenda table tbody > tr:nth-child(9) > td,.campaign_agenda table tbody > tr:nth-child(11) > td {
    background-color: #f7f7f7;
}

.campaign_agenda table tbody > tr:nth-child(10) > td {
    background-color: #fff;
} */