/* title-box */
.banner-freeuse .title-box {
	width: 450px;
	height: 306px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -190px 0 0 -225px;
	background: none;
	box-sizing: border-box;
	padding: 93px 0 0 22px;
    color: #fff;
}
.banner-freeuse .titleCn {
	font-size: 36px;
	line-height: 76px;
}

.banner-freeuse .title-border {
	border-top: 5px solid #fff;
	width: 44px;
	margin: 0 auto;
}

.banner-freeuse .titleEn {
	font-size: 16px;
	line-height: 40px;
	padding-top: 20px;
	text-align: center;
}

/* wrap */
.freeuse-wrap {
    box-sizing: border-box;
    width: 100%;
    min-width: 1200px;
    height: 990px;
    padding-top: 35px;
    background: url(../images/bg-freeuse.png) center center no-repeat;
}

/* form */
.freeuse-form {
    position: relative;
    width: 986px;
    min-height: 870px;
    margin: 0 auto;
    padding: 0 0 20px 0;
    box-shadow: 10px 0 35px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    overflow: hidden;
}
.freeuse-form > i {
    display: inline-block;
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
}
.freeuse-form > i sup {
    color: red;
}
.freeuse-form > span {
    display: block;
    width: 100%;
    height: 10px;
    margin-bottom: 34px;
    background-color: #3484e8;
}
.freeuse-form table {
    position: relative;
    width: 620px; 
    margin: 0 auto;
}
.freeuse-form table tr {
    margin-bottom: 18px;
    display: block;
}
.freeuse-form table tr td {
    height: 50px;
    line-height: 50px;
}
.freeuse-form table tr td > sup {
    color: red;
}
.freeuse-form table tr td:first-child {
    width: 160px;
    font-size: 16px;
    text-align: right;
}
.freeuse-form table tr td h3 {
    font-size: 24px;
    line-height: 50px;
    font-weight: bold;
    text-align: left;
}
.freeuse-form table tr td:last-child {
    width: 450px;
}
.freeuse-form table tr td > div {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    border: 1px solid #e5e5e4;
    border-radius: 2px;
}
.freeuse-form table tr td > div.d {
    position: relative;
}
.freeuse-form table tr td > div > i {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 460px;
    width: 180px;
}
.error {
    line-height: 50px;
    text-align: left;
    color: red;
}
.freeuse-form table tr td > div.more {
    height: 80px;
}
.freeuse-form table tr td > div.code {
    width: 160px;
    margin-right: 18px;
}
.freeuse-form table tr td > div.i-code {
    width: 100px;
    height: 50px;
}
.freeuse-form table tr td > div input {
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #c2c2c2;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    background: #fff;
    padding: 0 0 0 20px;
}
.freeuse-form table tr td > div input.submit-btn {
    background-color: #3484e8;
    color: #fff;
    cursor: pointer;
}
.freeuse-form table tr td > div textarea {
    border: none;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 20px;
    color: #c2c2c2;
}

/* 产品选择,地址选择 */
.productGroup {
    position: relative;
    display: block;
}
.productGroup::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    width: 18px;
    height: 12px;
    margin-top: -6px;
    z-index: 1;
    cursor: pointer;
    background: url(../images/ico-triangle-down.png) right center no-repeat;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
.productGroup.on::before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.productGroup.on > ul {
    visibility: visible;
    opacity:1;
}
.productGroup > input {
    cursor: pointer;
}
.productGroup > ul {
    visibility: hidden;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    max-height: 150px;
    padding: 10px 20px;
    z-index: 1;
    box-sizing: border-box;
    text-align: left;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    border: 1px solid #e5e5e4;
}
.productGroup > ul li {
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.productGroup > ul li:hover {
    color: #3484e8;
    border-bottom: 1px solid #3484e8;
}
/* 选择地址 */
.zcityGroup {
    *zoom:1;
    margin-left:-0.5%;
}
.zcityGroup:after{
    content:'\0020';
    display:block;
    height:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}
.zcityGroup .zcityItem {
    position:relative;
    z-index:0;
    float:left;
    width:32.33333333%;
    margin-left:1%;
}
.zcityGroup .zcityItem .zcityItem-head {
    border:1px solid #eee;
    border-radius:3px;
    position:relative;
    z-index:0;
    padding:0 25px 0 5px;
    background:#fff;
}
.zcityGroup .zcityItem .zcityItem-head:before {
    content:'';
    display:block;
    width:18px;
    height:12px;
    top:50%;
    margin-top:-6px;
    position:absolute;
    z-index:0;
    right:5px;
    background: url(../images/ico-triangle-down.png) right center no-repeat;
    transition:all 0.3s;
    -moz-transition:all 0.3s;
    -webkit-transition:all 0.3s;
    -o-transition:all 0.3s;
}
.zcityGroup .zcityItem .zcityItem-head .currentValue {
    width:100%;
    display:block;
    height:50px;
    line-height:50px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    border:none;
    background:#fff;padding:0;
}
.zcityGroup .zcityItem .zcityItem-main {
    position:absolute;
    z-index:0;
    left:0;
    top:52px;
    width:100%;
    visibility:hidden;
    opacity:0;
    background:#fff;
}
.zcityGroup .zcityItem .zcityItem-main .cityContainer {
    height:120px;
    overflow-x:hidden;
    overflow-y:auto;
    border:1px solid #eee;
}
.zcityGroup .zcityItem .zcityItem-main .cityTips,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem {
    padding:0 10px;
    display:block;
    height:30px;
    line-height:30px;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-align:left;
    background:#fff;
}
.zcityGroup .zcityItem .zcityItem-main .cityTips:hover,
.zcityGroup .zcityItem .zcityItem-main .citylist .cityitem:hover {
    color: #3484e8;
    border-bottom: 1px solid #3484e8;
}
.zcityGroup .zcityItem.on .zcityItem-main {
    visibility:visible;
    opacity:1;
}
.zcityGroup .zcityItem.on .zcityItem-head:before {
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    -o-transform:rotate(180deg);
}

/* tips */
.tips {
    z-index: 999;
    position: fixed;
    display: none;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.tips .tips-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 220px;
    margin-top: -175px;
    margin-left: -110px;
    background: rgba(255,255,255);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    text-align: center; 
}
.tips .tips-box h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.tips .tips-box span {
    display: block;
    width: 80px;
    height: 80px;
    margin: 15px auto;
    font-size: 40px;
    font-weight: bold;
    line-height: 70px;
    color: #fff;
    border-radius: 50%;
}
.tips .tips-box a {
    display: block;
    position: absolute;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #fff;
}
.tips .tips-box.error h3,
.tips .tips-box.error span{
    background: #ff6b6b;
}
.tips .tips-box.error p {
    color: #ff6b6b;
}
.tips .tips-box.right h3,
.tips .tips-box.right span
{
    background: #3484e8;
}
.tips .tips-box.right p {
    color: #3484e8;
}