*{
    margin:0;
    padding: 0;
}
html, body {
    position: relative;
    width: 100%;
    height: 100%;    
    font-family: 'Helvetica Neue',Helvetica,'PingFang SC','Hiragino Sans GB','Microsoft YaHei',Arial,sans-serif;
}
body {
    background: #ffffff;  
    font-size: 16px;
    color: #000;
    -webkit-tap-highlight-color: transparent;
/*    -webkit-user-select: none;
       -moz-user-select: none;
       -ms-user-select: none;
       user-select: none; */
}

ol, ul {
	list-style: none;
}
i {
    font-style: normal;
}
a{
	text-decoration: none;
}
button{
	cursor: pointer;
}
a, button, input {
	outline: none;
}
a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
div:focus {
  outline: none;
}
.block{
    display: block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.none{
    display: none!important;
}

/* ********************** reset end ********************** */
.logo-con {
    position:relative;
    height: 65px;
    z-index: 100;
    width:100%;
    top:0px;
    left:0px;
    background-color: #fff;
}
.logo-con .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo-con .wrapper .item-con-logo {
    display: inline-block;
    width: auto;
    height: 30px;
    margin: 10px 20px;
}
.logo-con .wrapper {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.logo-con .wrapper .item-con-logo {
    height: 45px;
    display: flex;
    align-items: center;
}
.logo-con .wrapper .left img{
    height: 40px;
}
.logo-con .wrapper .right img{
    height: 24px;
}
.guang-gao {
    position: absolute;
    z-index: 12;
    line-height: 1em;
    padding: 5px 10px;
    background-color: #cccccc;
    text-align: center;
    font-size: 16px;
    border: 1px solid #dddddd;
    right: 36px;
    top: 75px;
}


/* footer */
.container-bottom {
    margin: 0 auto;
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    height: 60px;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer {
    text-align: center;
}
.link-con{
    position: relative;
    float: left;
}
.links{
    margin: 5px;
    position: absolute;
    left: 25%;
    top: 10%;
    font-size: 16px;
}

.container-bottom a, .container-bottom span {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
}
.links a{
    font-size: 16px;
}
.icon a{
    float: left;
}
.footer * {
    vertical-align: middle;
}
/* .footer .sns {
    text-align: center;
    position: relative;
    display: inline-block;
    margin-left: 40px;
    float: left;
}
.footer .sns .title {
    display: inline-block;
    color: #fff;
    font-size: 12px;
}
.footer .sns .wechat {
    position: relative;
}
.footer .sns .icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 10px;
}
.footer .sns .icon.wechat .popup_wechat {
    display: none;
    position: absolute;
    padding: 15px;
    bottom: 35px;
    left: 50%;
    background: #fff;
    border: 2px solid #000;
    z-index: 15;
    transform: translateX(-50%);
}
.footer .sns .icon.wechat .popup_wechat h3 {
    margin: 0 0 20px 0;
    font-size: 12px;
    white-space: nowrap;
    line-height: 1.5em;
    border-bottom: 1px solid #969696;
    color: #666;
}
.footer .sns .icon.wechat .popup_wechat p {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center;
    white-space: nowrap;
    color: #666;
}
.footer .sns .icon img {
    width: 100%;
    height: auto;
}
.footer .sns .icon.wechat .popup_wechat.open {
    display: block;
    animation: anim_wechat_qr .5s ease-out;
}
.footer .sns .icon.wechat .popup_wechat:after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 11px);
    content: " ";
    pointer-events: none;
    width: 20px;
    height: 13px;
    background: url(../img/fukidashi_arrow.png) 0 0 no-repeat;
    background-size: 100% 100%;
} */


/* 正文 */
.content{
    width: 100%;
    position: relative;
    background: #f2f2f2;
    min-height: 800px;
    padding: 70px 0 100px;
    box-sizing: border-box;
}
.content-main{
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    height: 100%;
    min-height: 760px;
    padding: 50px 0;
    box-sizing: border-box;
    box-shadow: 1px 3px 8px 1px rgba(0, 0, 0, .2);
}
.top-title{
    text-align: center;
    line-height: 36px;
    font-size: 24px;
}
.top-title-en{
    text-align: center;
    line-height: 26px;
    font-size: 18px;
    margin-top: 10px;
}
.info-form-content{
    width: 88%;
    margin: 80px auto 0;
}
.info-form-item{
    width: 100%;
    height: 50px;
    border: 1px #d5d5d5 solid;
    background: #fbfbfb;
    border-radius: 3px;
    margin-bottom: 20px;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
    justify-content:flex-start;
    overflow: hidden;
}
.info-form-item-label{
    width: 190px;
    background: #ae332b;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 18px;
    padding-left: 25px;
    box-sizing: border-box;
    border-radius: 3px;
}
.info-form-item-input{
    flex: 1;
}
.info-form-item-input input{
    width: 100%;
    height: 100%;
    border: none;
    background: #fbfbfb;
    text-indent: 20px;
    font-size: 18px;
}
.info-form-item-textarea{
    width: 100%;
    margin-top: 50px;
}
.info-form-textarea-label{
    font-size: 18px;
}
.info-form-textarea-input{
    width: 100%;
    margin-top: 20px; 
    height: 140px;
}
.info-form-textarea-input textarea{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    border: 1px #d5d5d5 solid;
    background: #fbfbfb;
    border-radius: 6px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 18px;
}
.info-form-textarea-input p{
    text-align: right;
    font-size: 14px;
    color: #666;
}
.info-accept-cont{
    display: flex;
    align-items: flex-start;
    margin-top: 20px;
}
.info-accept-cont input{
    width: 20px;
    height: 20px;
    border: 1px #d5d5d5 solid;
    border-color: #d5d5d5;
    margin-top: 2px;
    cursor: pointer;
}
.info-accept-right{
    margin-left: 10px;
}
.info-accept-right p:first-child{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 6px;
}



.info-form-submit-btn{
    margin:60px auto 0;
    width: 300px;
    height: 80px;
    border-radius: 50px;
    background: #ad342b;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.info-form-submit-btn span:first-child{
    font-size: 28px;
}

/* 提交信息成功，正在下载资料的弹窗提示 */
.download-cont{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, .8);
    overflow: hidden;
    z-index:1000;
    display: none;
}
.download-main{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.download-main img{
    height: 120px;
}
.download-main a{
    width: 300px;
    height: 80px;
    border-radius: 50px;
    background: #ad342b;
    color: #fff;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}
.download-main a span{
    display: block;
    width: 100%;
    text-align: center;
}
.download-main a span:first-child{
    font-size: 28px;
}




/* 错误提示弹窗 */
.error-mark{
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-mark .error-info{
    background: #fef0f0;
    color: #f56c6c;
    padding: 8px 16px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #fde2e2;
}



@media (min-width:768px) and (max-width: 1199px) {
    
    
}

@media only screen and (max-width: 767px) {
    .content{
        padding: 40px 0;
    }
    .content-main{
        width: 94%;
        background: none;
        box-shadow: none;
        padding: 0;
    }
    .top-title{
        font-size: 16px;
        line-height: 24px;
    }
    .top-title-en{
        font-size: 13px;
        line-height: 18px;
    }
    .info-form-content{
        width: 100%;
        margin-top: 30px;
    }
    .info-form-item{
        margin-bottom: 14px;
        height: 40px;
    }
    .info-form-item-label{
        width: 34%;
        font-size: 14px;
        padding-left: 8px;
    }
    .info-form-item-input input{
        font-size: 12px;
        text-indent: 10px;
    }
    .info-form-item-textarea{
        margin-top: 30px;
    }
    .info-form-textarea-label{
        font-size: 14px;
    }
    .info-form-textarea-label span{
        display: block;
    }
    .info-form-textarea-input{
        margin-top: 10px;
        height: 60px;
    }
    .info-form-textarea-input textarea{
        padding: 6px;
        font-size: 12px;
        border-radius: 3px;
    }
    .info-form-textarea-input p{
        font-size: 12px;
    }
    .info-accept-right p:first-child{
        font-size: 14px;
    }
    .info-accept-right p:last-child{
        font-size: 12px;
    }
    .info-accept-cont input{
        width: 14px;
        height: 14px;
    }
    .info-form-submit-btn{
        width: 46%;
        height: 46px;
        margin-top: 30px;
        border-radius: 25px;
        font-size: 12px;
    }
    .info-form-submit-btn span:first-child{
        font-size: 18px;
    }
    .download-main img{
        height: 80px;
    }
    .download-main a{
        width: 46%;
        height: 46px;
        margin-top: 30px;
        border-radius: 25px;
        font-size: 12px;
    }
    .download-main a span:first-child{
        font-size: 16px;
    }




    /* 佳能公共顶部 footer*/
    .logo-con {      
        height: 56px;
    }
    
    .logo-con .wrapper .item-con-logo {
        margin:10px 15px 6px;
    }
    .logo-con .wrapper .left {
        height: 30px;
    }
    .logo-con .wrapper .right {
        height: 30px;
        margin:6px 15px 6px;
    }
    
    .guang-gao {  
        font-size: 10px;    
        right: 11px!important;
        top: 100px!important;
        padding: 2px 5px;
    }
    .footer {
        text-align: center;
        padding-bottom: 10px;
        padding-top: 10px;
        /* height: 95px!important; */
        /* margin-top: -90px!important; */
        width: 100% !important;
    }
    .container-bottom{
        flex-direction: column;
    }
    .container-bottom >a, .container-bottom > span {
        color: #666;
        font-size: 12px;
        display: block;
        margin-top: 5px;
        text-decoration: none;
    }
    .footer .sns {
        text-align: center!important;
        position: relative!important;
        display: inline-block!important;
        margin: 5px auto!important;
        width: 100%!important;
        right: 0!important;
        top: 0px!important;
    }
    .link-con {
        position: relative!important;
        left: 0px!important;
        top: 0px!important;
        transform: translateX(0px)!important;
        margin: 0 auto!important;
        width: 96%!important;
    }
    .container-bottom span{
        display: block;
    }
    .container-bottom a, .container-bottom span{
        font-size: 11px;
    }
    .gongan{
        width: 12px;
        height: 12px;
    }
    .footer .sns .title {
        display: inline-block;
        color: #fff;
    }
    .footer .sns .icon {
        display: inline-block;
        width: 24px;
        height: 24px;
        margin-left: 10px;
    }
    .footer .sns .icon img {
        width: 100%;
        height: auto;
    }
    .footer .sns .icon.wechat .popup_wechat {
        display: none;
        position: absolute;
        padding: 15px;
        bottom: 35px;
        left: 50%;
        background: #fff;
        border: 2px solid #000;
        z-index: 15;
        transform: translateX(-50%);
    }
}



