/* 模块1 开始 */
.modular1-cont {
	box-sizing: border-box;
	/* background-color: #f7f7f7; */
}
.modular1-right-box {
    /* padding-right: 600px; */
    margin-top: 80px;
    float: right;
    width: 550px;
    background-color: #f7f7f7;
    cursor: pointer;
}
.modular1-right-box img{
	display: block;
	width: 100%;
}
.modular1-left-box {
	padding-top: 16px;
	padding-right: 580px;
}

.modular1-left-box .tit {
	margin-bottom: 30px;
}
/* 模块1 结束 */

/* 模块2 开始 */
.modular-box2 {
	padding-top: 45px;
}
.modular2-cont {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.modular2-item {
	position: relative;
	width: 32%;
	padding: 56px 20px 50px;
	background-color: #606062;
	box-sizing: border-box;
}

.modular2-item img {
	position: absolute;
	top: -45px;
	left: 50%;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	/* background-color: #cccccc; */
}
.modular2-item-cont {
	text-align: center;
	color: #fff;
}
.modular2-item-cont .tit {
	font-size: 20px;
	margin-bottom: 14px;
}
.modular2-item-cont .text {
	font-size: 14px;
}

/* 模块2 结束 */

/* 模块3 开始 */
.modular3-cont {
	box-sizing: border-box;
	padding: 24px;
	background-color: #f7f7f7;
}
.modular3-left-box {
	width: 484px;
	float: left;
}
.modular3-left-box img {
	display: block;
	width: 100%;
}
.modular3-right-box {
	padding: 30px;
	padding-left: 518px;
	padding-right: 0px;
}
.modular3-right-box .title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.modular3-right-box .title:before {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #606061;
}

.modular3-btn-group {
	padding-top: 24px;
}

.modular3-btn {
	display: inline-block;
	padding: 0 20px;
	background: url("../image/btnBg1.png") no-repeat;
	background-size: 100% 100%;
	text-align: center;
	color: #fff;
	margin-right: 20px;
}
.modular3-btn a {
	display: inline-block;
	padding: 10px 0;
	color: #fff;
}

.modular3-btn span {
	padding-right: 20px;
	background: url("../image/sjIco3.png") no-repeat right;
	background-size: auto 50%;
}
/* 模块3 结束 */

/* 模块4 开始 */
.modular4-title {
	padding: 14px 20px;
	background-color: #fe0009;
	font-size: 20px;
	color: #fff;
	position: relative;
}
.modular4-title:before {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-width: 12px;
	border-style: solid;
	border-color: #fb0d1f transparent transparent transparent;
	position: absolute;
	bottom: -24px;
	left: 35px;
}
.modular4-reg-box {
    background-color: #f7f7f7;
    /*padding: 24px;*/
    padding: 0px 24px 24px 24px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.modular4-reg-box2 {
    background-color: #f7f7f7;
    padding: 24px 24px 0px 24px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.reg-item {
	width: 30%;
	height: 40px;
	background-color: #ffffff;
	margin-bottom: 28px;
	position: relative;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	border-radius: 4px;
}
.reg-item input {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 20px;
}
.reg-item.major:before {
	content: "*";
	width: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	color: #fe0009;

	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.reg-item:nth-child(3n + 3) {
	margin-right: 0;
}
.reg-item p {
	padding: 3px 10px;
	font-size: 12px;
	color: #fe0009;
}
.choice-box {
	position: relative;
	padding-top: 20px;
}
input[type="checkbox"] {
	-webkit-appearance: none;
	background: #fff url("http://welcome.item-china.cn/static/img/weixuanzhong@2x.png"); /*未选中的样式*/
	background-size: cover;
	height: 18px;
	width: 18px;
	vertical-align: middle;
	box-sizing: border-box;
	background-size: 100% 100%;
	border: 1px solid #dfdfdf;
	border-radius: 3px;
}
input[type="checkbox"]:checked {
	background: #fff url("../image/checked.png"); /*选中的样式*/
	background-size: cover;
}
.choice-box {
	width: 100%;
	box-sizing: border-box;
}
.choice-box .choice-item {
	padding: 5px 0;
}
.choice-box a {
	color: #0582a8;
}
.right-btn {
	background-image: url(../image/btnBg1.png);
	background-size: 100% 100%;
}
.submit-btn {
	background-image: url(../image/sjIco4.png);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: right;
}
.submit-btn input {
	padding: 20px 60px;
	color: #fff;
	font-size: 18px;
}

/*---------模块6结束------*/

/*新增模块 */
.newModularBox{
	
}
.newModularTItle{
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items:center;
	-webkit-align-items:center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding:10px 0;

	border-bottom: 1px solid #eee;;
}

.newModularBtn{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: linear-gradient(0deg, rgb(4, 103, 133) 0%, rgb(5, 130, 168) 100%);
}
.newBtn{
	width: 100%;
	height: 100%;
	background-image: url("../image/white-arrow-big.png");
	background-size: auto 45%;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
}
.newBtn.on{
	transform: rotate(270deg);
}
.newModularBtn:hover {
    opacity: 0.8;
    cursor: pointer;
}

.newModularCont{
	display: none;
	margin-top:40px;
}
.newModularCont .leftImgBox{
	width: 324px;
	float: left;
}
.newModularCont .leftImgBox img{
	width: 100%;
	display:block;
}
.newModularCont .rightCont{
	padding-left: 324px;

}
.newTxtBox{
	padding-left:40px;
}
.newTxtBox{

}
.newModularUl li{
	margin-bottom: 15px;
	padding-left: 30px;
}
.newModularUl li:before{
    content: '';
    display: inline-block;
	width: 24px;
	height: 24px;
	color: #fe0009;
	background-image: url(../image/listIco.png);
	background-size: 100% 100%;
	margin-left: -30px;
	float: left;
	margin-top: 3px;
}
.newModularUl li .title18{
	color: #606061;
	font-weight: bold;
}
.newModularUl li .txt{
	color: #606061;
}

.newModularUl2 li {
    margin-bottom: 10px;
	padding-left: 30px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
    .newModularUl2 li:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        color: #fe0009;
        background-image: url(../image/listIco1.png);
        background-size: 100% 100%;
        margin-left: -30px;
        float: left;
    }
    .newModularUl2 li .txt {
        color: #606061;
    }

.newModularUl3 li {
    margin-bottom: 15px;
    padding-left: 30px;
}

    .newModularUl3 li:before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        color: #fe0009;
        background-image: url(../image/listIco.png);
        background-size: 100% 100%;
        margin-left: -30px;
        float: left;
    }

    .newModularUl3 li .txt {
        color: #606061;
    }



/* Eric Add  Start*/

/*---------模块5开始------*/
.modular5ListBox {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

    .modular5ListBox .modular5item {
		width: calc(33% - 10px);
		float: left;
        /* margin-right: 15px; */
        background-color: #f7f7f7;
        box-sizing: border-box;
        padding: 30px 24px;
        /*padding-bottom: 100px;*/
		position: relative;
		margin-right: 15px;
	}
	.modular5ListBox .modular5item:last-child{
		margin-right: 0px;
	}

.modular5ImgBox {
    max-width: 416px;
    width: 100%;
    margin: 0 auto;
}

    .modular5ImgBox img {
        display: block;
        width: 100%;
    }

.modular5Txt {
    text-align: center;
	padding-top: 20px;
	height: 190px;
	overflow: hidden;
}
.modular5MoreBtn{
	padding-top: 20px;
	text-align: center;
}
.modular5MoreBtn a{
	color: #fff;
	padding:8px 15px;
	background-color: #0582A8;
    background: -moz-linear-gradient(top, #0582A8 0%, #046785 100%);
    background: -webkit-linear-gradient(top, #0582A8 0%,#046785 100%);
	background: linear-gradient(to bottom, #0582A8 0%,#046785 100%);
	border-radius: 4px;
}

.modular5Title {
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

    .modular5Title:before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        background-color: #606061;
        margin-left: -50px;
        /*transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);*/
    }
/*---------模块5结束------*/
/*---------模块6开始------*/
.modular6ListBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .modular6ListBox .modular6item {
        width: calc(50% - 10px);
        /* margin-right: 15px; */
        background-color: #f7f7f7;
        box-sizing: border-box;
        padding: 30px 24px;
        /*padding-bottom: 100px;*/
        position: relative;
    }

.modular6ImgBox {
    max-width: 416px;
    width: 100%;
    margin: 0 auto;
}

    .modular6ImgBox img {
        display: block;
        width: 100%;
    }

.modular6Txt {
    text-align: center;
	padding-top: 20px;
	min-height: 3em;
	margin-bottom: 10px;
}
/*---------模块6结束------*/
/*---------模块7开始------*/
.modular7ListBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .modular7ListBox .modular7item {
        width: calc(100% - 10px);
        /* margin-right: 15px; */
        background-color: #f7f7f7;
        box-sizing: border-box;
        padding: 30px 24px;
        /*padding-bottom: 100px;*/
        position: relative;
    }
.modular7Txt {
    text-align: left;
    padding-top: 20px;
}
/*---------模块7结束------*/

.title16 {
    color: #606061;
    font-weight: bold;
}

.choiceItem p {
    padding: 3px 10px;
    font-size: 12px;
    color: #fe0009;
}

.reg-item select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    outline: none;
    border: none;
    background: url("../image/arrow.png") no-repeat 96%;
}


/*选择参与者*/
.addPersonnelTitle{
	width: 100%;
	font-weight: bold;
	box-sizing: border-box;
}
.callList,.callItem{
	width: 100%;
}
.callItem{
	display: none;
	-webkit-transform-origin: left center;
	transform-origin: left center;
}
.callItem.show{
	animation: callItemShowAni .3s linear forwards;
	-o-animation: callItemShowAni .3s linear forwards;
	-moz-animation: callItemShowAni .3s linear forwards;
	-webkit-animation: callItemShowAni .3s linear forwards;
}
.callItem.hide{
	animation: callItemHideAni .3s linear forwards;
	-o-animation: callItemHideAni .3s linear forwards;
	-moz-animation: callItemHideAni .3s linear forwards;
	-webkit-animation: callItemHideAni .3s linear forwards;
}
@keyframes callItemShowAni{
	from {transform: scale(0);}
	to {transform: scale(1);}
}

@-moz-keyframes callItemShowAni{
	from {-moz-transform: scale(0);}
	to {-moz-transform: scale(1);}
}

@-webkit-keyframes callItemShowAni{
	from {-webkit-transform: scale(0);}
	to {-webkit-transform: scale(1);}
}

@-o-keyframes callItemShowAni{
	from {-o-transform: scale(0);}
	to {-o-transform: scale(1);}
}


@keyframes callItemHideAni{
	from {transform: scale(1);}
	to {transform: scale(0);}
}

@-moz-keyframes callItemHideAni{
	from {-moz-transform: scale(1);}
	to {-moz-transform: scale(0);}
}

@-webkit-keyframes callItemHideAni{
	from {-webkit-transform: scale(1);}
	to {t-webkit-ransform: scale(0);}
}

@-o-keyframes callItemHideAni{
	from {-o-transform: scale(1);}
	to {-o-transform: scale(0);}
}
.callList .callItem:after {
    clear: both;
    display: block;
    content: "";
}

.callList .callItem {
    zoom: 1;
    padding:10px;
    margin-bottom: 10px;
    background-color: #efefef;
    box-sizing: border-box;
}
.callList .callItem .reg-item{
	margin-bottom: 0;
}
.callList .callItem .reg-item:last-child{
	float: right;
}
.callList .callItem .reg-item:first-child{
	float: left;
}
/* Eric Add  End*/

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1160px) {
	.modular1-cont,
	.modular2-cont,
	.modular4-cont,
	.newModularBox .maxBox {
		padding: 0 24px;
	}
	.modular2-item-cont .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.modular2-item-cont .text {
		font-size: 12px;
	}
}
@media screen and (max-width: 990px) {
    .modular1-right-box {
        margin-top: 0px;
        width: 100%;
        padding: 0;
        float: left;
    }
  .modular1-left-box {
    float: left;
    padding: 20px;
    box-sizing: border-box;
  }
  .modular1-left-box .tit {
	margin-bottom: 20px;
	font-weight: bold;
  }

  .modular2-item{
    width: 46%;
  }
  .modular2-item:nth-child(1), .modular2-item:nth-child(2) {
    margin-bottom: 60px;
  }

	.reg-item {
		width: 47%;
		margin-bottom: 20px;
	}
	.left-choice-box.fl,
	.right-btn.fr {
		float: none;
	}
	.choice-box {
		padding-top: 10px;
	}
	.choice-box .right-btn {
		width: 100px;
		margin: 0 auto;
		margin-top: 15px;
	}
	.choice-box .submit-btn {
		background: none;
	}
	.choice-box .right-btn input {
		width: 100%;
		padding: 12px 0;
		font-size: 12px;
	}
	.modular3-left-box {
		width: 100%;
		padding: 0;
    float: left;
	}
	.modular3-right-box {
		padding: 20px;
    box-sizing: border-box;
    float: left;
	}
}
@media screen and (max-width: 770px) {
    .modular1-right-box {
        margin-top: 0px;
    }

  .modular1-left-box .tit {
    margin-bottom: 10px;
  }
  .reg-item {
		width: 100%;
	}

	.newModularBtn{
		width: 50px;
		height: 50px;
	}
	.newModularCont .leftImgBox{
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.newModularCont .rightCont{
		padding-left: 0;
	}
	.newModularCont .rightCont .newTxtBox{
		padding:0;
	}
	.newModularUl li:before{
		margin-top: 0;
	}



	.modular5ListBox .modular5item{
		width: 100%;
		margin-right: 0;
	}
	.modular5ListBox .modular5item .modular5Txt{
		height: auto!important;
	}
	.modular5MoreBtn{
		display: none;
	}
	.modular6ListBox{
		display: block;
	}
	.modular6ListBox .modular6item{
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
    .modular1-right-box {
        margin-top: 0px;
    }

	.modular2-item{
    width: 100%;
  }
  .modular2-item:nth-child(3) {
    margin-bottom: 60px;
  }
  .modular3-btn-group .modular3-btn {
    padding: 0 10px;
  }
}
@media screen and (max-width: 414px) {
    .modular1-right-box {
        margin-top: 0px;
    }
}
@media screen and (max-width: 321px) {
    .modular1-right-box {
        margin-top: 0px;
    }

  .modular3-btn-group .modular3-btn:nth-child(1) {
    margin-bottom: 10px;
  }
}
