@charset "utf-8";
@import url('global.css');
@import url('model/swiper.css');
.clearfix::after,
.clearfix::before{
    content: "";
    display: block;
    clear: both;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6,p{
    font-weight: normal;
    margin: 0;
}
.KV_story{
    /* max-width:1920px; */
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    background: #f4c624;
    display: flex;
    justify-content: center;
}
.KV_story img{
    width:100%;
    display:block;
    max-width: 1920px;
}
.KV_story img{
    width:100%;display:block
}
.KV_text{
    margin: 0 auto;
    padding-left: 60px;
    width: 1180px;
}
.KV_text p{
    font-size: 30px;
    font-weight: 600;
}
.KV_text h2 sup{
    font-size: 20px;
    position: absolute;
    top: 2px;
}
.KV_text h2 span{
    padding-left: 18px;
}
.KV_text h2{
    font-size: 50px;
    font-weight: 600;
    padding-bottom: 30px;
}
.newwrap{
    position: absolute;
    top: 36%;
    left: 0;
    width: 100%;
}
.all_box{
    width: 1180px;
    margin: 0 auto;
}
.care_title{
    font-size: 30px;
    position: relative;
    margin-bottom: 45px;
    margin-top: 60px;
    font-weight: 600;
}
.care_title::before{
    content: "";
    display: block;
    width: 40px;
    height: 4px;
    background: #ffcd11;
    position: absolute;
    bottom: -15px;
    left: 0;
}





/* 隐私声明 */
.privay_content{
    padding: 50px 0;
}
.privay_content h1{
    font-size: 38px;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.privay_content h2{
    font-weight: bold;
    font-size: 28px;
    padding-top: 30px;
}
.privay_content h3{
    font-weight: bold;
    font-size: 22px;
    padding-top: 30px;
}
.privay_content .listB p span{
    display: inline-block;
    margin:  0 20px 0 10px;
    font-size: 18px;
}
.privay_content .listL p{
    display: flex;
}
.privay_content .listL .num{
    padding:  0 20px 0 10px;
}
.privay_content p{
    font-size: 18px;
    padding-top: 15px;
    line-height: 1.6;
}
.privay_content a{
    color: #2679b8;
}
.privay_content ul{
    padding-top: 15px;
    padding-left: 30px;
    font-size: 18px;
}
.privay_content ul li{
    list-style: disc;
    line-height: 1.6;
}
.privay_content table{
    border-collapse: collapse;
}
.privay_content table th,
.privay_content table td{
    padding: 12px;
}

/* cookie声明 */
.cookies_content{
    padding: 50px 0;
}
.cookies_content h1{
    font-size: 38px;
    font-weight: bold;
    border-left: 5px solid #000;
    padding-left: 10px;
}
.cookies_content h2{
    font-weight: bold;
    font-size: 28px;
    padding-top: 30px;
}
.cookies_content p{
    font-size: 18px;
    padding-top: 15px;
    line-height: 1.6;
}
.cookies_content a{
    color: #2679b8;
}
.cookies_content table{
    border-collapse: collapse;
}
.cookies_content table th,
.cookies_content table td{
    padding: 12px;
}
.cookies_content table p{
    padding: 0;
    font-size: 16px;
}
.cookies_content table tr{
    background-color: #fff;
}

.cookies_content table tbody tr:nth-child(even){
    background-color: #f0f0f0;
}
.aem-GridColumn{
    padding: 0;
}
.aem-Grid.aem-Grid--default--12>.aem-GridColumn.aem-GridColumn--default--12{
    float: left;
    clear: none;
    width: 100%;
}
.tfn.cookie-banner{
    background-color: #FFFFFF;
}
.cookie-banner{
    border: 1px solid #e6e6e6;
    background-color: #fff;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.1);
    padding: 80px 0;
    z-index: 10001;
    box-sizing: border-box;
}
.cookie-banner-backdrop{
    background-color: #000;
}
.cookie-banner, .cookie-banner-backdrop{
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}
.cookie-banner-backdrop{
    top: 0;
    height: 100%;
    opacity: .5;
    z-index: 10000;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    overflow: hidden;
    background: #000;
}
.tfn.cookie-banner .button.button-primary{
    color: #000000;
    border-color: #ffcd11;
    background: #ffcd11;
    cursor: pointer;
}
.tfn.cookie-banner .button, .tfn.cookie-banner .button:hover{
    border: 2px solid transparent;
    border-radius: 4px;
    transition: linear .25s;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    white-space: nowrap;
    font-family: "UniversLTW01-67BoldCn",Arial,"Helvetica Neue",Helvetica,sans-serif;
    padding: .5625rem 2.75rem;
}
.tfn.cookie-banner .button:hover.button-primary{
    color: #FFFFFF;
    background: #565656;
    border-color: #2f2f2f;
}
.cookie-banner .container button{
    margin-bottom: 20px;
    min-width: 200px;
    margin: 0 auto 20px auto;
    display: block;
}
.cookie-banner .container .do-not-accept-wrap{
    text-align: center;
}
.tfn.cookie-banner .container a, .auth .tfn.cookie-banner .container .do-not-accept-wrap a{
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    color: #2679b8;
}
.cookie-banner .container .do-not-accept-wrap a{
    display: inline-block;
}
.cookie-banner .container .do-not-accept-wrap a:hover{
    text-decoration: underline;
}

.notfound_content{
    background: url(/img/notfoundBg.jpg) no-repeat;
    background-size: cover;
}
.notfound_content .all_box{
    padding: 50px 0;
    text-align: center;
}
.notfound_content .all_box h3{
    font-size: 24px;
    font-weight: 700;
    padding: 20px 0;
}
.notfound_content .all_box .provide{
    padding-top: 50px;
}
.notfound_content .all_box .provide p{
    font-size: 18px;
}
.notfound_content .all_box .provide .provideLink{
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.notfound_content .all_box .provide .provideLink li{
    margin-right: 15px;
}
.notfound_content .all_box .provide .provideLink li:last-of-type{
    margin-right: 0;
}
.notfound_content .all_box .provide .provideLink a{
    padding: 10px 35px 10px 21px;
    font-size: 14px;
    color: black;
    background: #fdc532;
    position: relative;
    display: inline-block;
    margin-right: 20px;
    transition: all 0.5s;
}
.notfound_content .all_box .provide .provideLink a::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 11px;
    height: 4.8125px;
    background: url(../../img/index/more-arrow-black.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.5s;
}
.notfound_content .all_box .provide .provideLink a:hover {
    background: #ffd400;
}
.notfound_content .all_box .provide .provideLink a:hover::before {
    right: 15px;
}