﻿@charset 'UTF-8';

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header {
    background: #fff;
}

.header-center {
    width: 1200px;
    margin: 25px auto;
}*/

.clearfix:after {
    content: "\20";
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.header {
    background: #fff;
}

.header-center {
    width: 1200px;
    margin: 25px auto;
}

.location-box {
    display: inline-block;
    height: 78px;
    padding: 0 10px 0 20px;
    vertical-align: middle;
    line-height: 105px;
    background: url(../images/collection/oline.png) no-repeat 0 center;
    overflow: hidden;
}

.location-name {
    font-style: italic;
    color: #f99d31;
    font-size: 25px;
    vertical-align: middle;
}

.content {
    background: -webkit-gradient(linear, left top, left bottom, from(#56c5f2), to(transparent));
    background: linear-gradient(to bottom, #56c5f2, transparent);
}

.cont-bg {}

.cont-box {
    width: 1194px;
    margin: 0 auto;
}

.cont-main {
    position: relative;
    width: 1022px;
    padding-top: 260px;
    padding-left: 32px;
    background: url(../images/collection/t-img.png) no-repeat 0 15px;
}

.cont-title {
    position: absolute;
    top: 215px;
    right: 80px;
    font-size: 23px;
    color: #066fc8;
}

.content-form {
    padding: 50px 220px 150px 80px;
    margin-bottom: 100px;
    border-radius: 25px;
    -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.2);
    background: #fff;
    overflow: hidden;
    position: relative;
}

.content-form .layui-form-item {
    margin-bottom: 30px;
}

.content-form .layui-form-label {
    width: 210px;
    line-height: 32px;
    text-align: right;
    font-size: 20px;
}

.content-form .layui-input-block {
    position: relative;
    margin-left: 210px;
}

.content-form .layui-input,
.content-form .layui-select {
    height: 50px;
    font-size: 16px;
}

.content-form .layui-input-block .unit {
    position: absolute;
    top: 0;
    left: 100%;
    padding-left: 10px;
    line-height: 50px;
    font-size: 16px;
    color: #7e7e7e;
    white-space: nowrap;
}

.content-form .get-code-btn {
    height: 50px;
    font-size: 20px;
    background: #5cc7f1;
}

.content-form .layui-form-checkbox span {
    font-size: 16px;
    line-height: 20px;
}

.content-form .layui-form-checkbox i {
    width: 20px;
    height: 20px;
}

.take-form {
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    padding-top: 30px;
    text-align: center;
}

.take-form-btn {
    position: relative;
    width: 400px;
    height: 70px;
    border-radius: 18px;
    font-size: 35px;
    overflow: hidden;
}

.take-form-btn:before,
.take-form-btn:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
}

.take-form-btn:before {
    top: 0;
    background: #ffa520;
}

.take-form-btn:after {
    bottom: 0;
    background: #ff921c;
}

.take-form-btn>span {
    position: relative;
    z-index: 1;
}

.cont-qr {
    width: 126px;
    border-radius: 8px;
    padding: 0 5px;
    margin-top: 320px;
    margin-left: 20px;
    background: #fff;
    overflow: hidden;
}

.cont-qr .qr-item {
    padding-top: 10px;
    border-top: 1px solid #e3e3e3;
    text-align: center;
}

.cont-qr .qr-item:first-child {
    border: 0;
}

.cont-qr .qr-name {
    margin-bottom: 10px;
    line-height: 2;
    text-align: center;
    font-size: 16px;
}

.message-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .3);
    display: none;
}

.message-box:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.message-main {
    display: inline-block;
    /*width: 700px;*/
    padding: 50px 0;
    border-radius: 20px;
    vertical-align: middle;
    background: #fff;
}

.message-main .success-ico {
    margin-bottom: 30px;
}

.message-main .success-t {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
}

.message-main .success-info {
    font-size: 20px;
    color: #898989;
}

.message-main .success-footer {
    padding: 40px 0 0;
}

.message-main .success-footer .go-attestation,
.message-main .success-footer .is-end {
    width: 205px;
    height: 62px;
    margin: 0 30px;
    border-radius: 10px;
    line-height: 62px;
    font-size: 20px;
}

.message-main .success-footer .go-attestation {
    background: #21b9f4;
}

.message-main .success-footer .is-end {
    color: #4f4f4f;
}

.box {
    display: inline-block;
    /*margin: 100px 0 0 100px;*/
    padding: 40px 70px;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
}

.box .header-cont {
    padding: 18px 0 0 110px;
    text-align: left;
    line-height: 36px;
}

.box .header-t {
    margin-bottom: 5px;
    font-size: 25px;
    color: #000;
}

.box .header-st {
    font-size: 18px;
    color: #606060;
    margin-bottom: 10px;
}

.box .header-st .st-mark {
    color: #ff7800;
}

.box .cont .qr {
    border: 1px solid #8d8d8d;
}

.box .cont .qr-text {
    display: block;
    font-size: 16px;
    color: #747474;
    line-height: 80px;
}

.box .foot {
    margin-bottom: 10px;
}

.box .foot .go-btn {
    width: 270px;
    height: 60px;
    border-radius: 30px;
    line-height: 60px;
    font-size: 24px;
    color: #fff;
    background: #12c8b2;
}

.item-label-icon {
    font-size: 15px;
    color: #52a9ff;
    margin-top: 6px;
    margin-bottom: -16px;
    cursor: pointer;
    transition: all .6s;
}

.item-label-icon:hover {
    font-size: 16px;
}

.item-label-icon img {
    width: 18px;
    margin-right: 4px;
    vertical-align: sub;
    transition: all .6s;
}

.item-label-icon:hover img {
    width: 20px;
}

.ili-cont {
    padding: 32px 36px;
    height: 304px;
}

.ili-cont h1 {
    font-size: 28px;
    font-weight: bold;
    color: #111111;
    text-align: center;
}

.ili-cont p {
    font-size: 16px;
    line-height: 38.652px;
    color: #626262;
    margin: 15px 0;
}

.ili-cont div {
    width: 416px;
    height: 58px;
    background-color: #52a9ff;
    font-size: 24px;
    color: #ffffff;
    line-height: 58px;
    text-align: center;
    border-radius: 8px;
    cursor: pointer;
}.ili-cont div:hover{
    background-color: #2a93fc;
}