*{margin:0; padding:0; list-style: none; }
body {font-family:Helvetica Neue For Number, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif; -webkit-text-size-adjust: none;}
.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.clearfix {zoom:1;}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none; /* 悬浮显示下划线 */
}
html.no-scroll {
    overflow: hidden;
    height: 100%;
}
.hide{display:none;}
.pagewidth{ width:var(--width); margin:0 auto; transition-duration: 0.2s;}
img{ border:none; display: block;}
span:focus {outline: none !important;}
button,textarea{-webkit-appearance: none;border-radius: 0;outline: none;}
body{--blue:#165dff; --width:1560px; --gg:32px; font-size:16px; font-weight: 400; line-height: 1.8; }
h1,h2,h3,h4,h5{ font-weight:500;}
.pager{ text-align:center; padding-top:60px; }
.pager a{ font-size: 16px; color:var(--blue); display:inline-flex; justify-content: space-between; grid-gap: 24px; align-items: center; border:var(--blue) solid 1px; border-radius:3px; padding: 8px 48px; transition-duration: 0.3s;  }
.pager a:hover{ color:#fff; background:var(--blue); }
.pager .loadmore-nodata{background: #f5f6f8;border-radius: 44px; color:#ccc; display: inline-block;padding:15px 48px; }



.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: grey;
    filter: gray;
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}




.button{transition-duration: 0.3s; cursor: pointer; display: block; display: flex; justify-content: space-between; align-items: center; grid-gap: 5px; border-radius: 4px; box-shadow: 0px 5px 10px rgba(0,0,0,0.05)}
.button:hover{ opacity: 0.9;}
.button.white{background: #fff; color:#111; height: 48px; line-height: 48px; padding-left: 50px; padding-right: 50px; }
.button.blue{background: var(--blue); color:#fff; height: 48px; line-height: 48px; padding-left: 50px; padding-right: 50px; }
.button.border{background: none; color:#fff; height: 46px; line-height: 46px; border: #fff solid 1px; padding-left: 50px; padding-right: 50px; }


.header{ z-index: 99; transition-duration: 0.3s;width:100%;background: #fff; position: fixed; left: 0px; right: 0px; top: 0px; }

.header .pagewidth{display:flex; align-items: center; background: #fff; justify-content:space-between;  padding-top: 12px; padding-bottom: 12px; position: relative; z-index: 999;   transition-duration: 0.3s; grid-gap: 30px;}
.header .logo img{ display: block; height: 28px}
.header .logo img.color{ display: none;}
.header .logo img.white{ display: block;}
.header.fixed .logo img.color{ display: block;}
.header.fixed .logo img.white{ display: none;}

.header.fixed{}
.header.fixed { box-shadow: 0px 10px 20px rgba(3,38,96,0.05);}
.header .pc_menu {}
.header .pc_menu > ul{  }
.header .pc_menu ul{ }
.header .pc_menu ul li{ }
.header .pc_menu a { color:#111; padding:14px 25px; font-weight: normal; display: block; text-align: center; }
.header .pc_menu ul {margin: 0;padding: 0;list-style: none; }
.header .pc_menu ul li.current-menu-item { background:rgba(0,0,0,0.1); }
.header .pc_menu > ul > li { display: block;float: left;position: relative; display: block; }
.header .pc_menu > ul > li a i{display: inline-block; transition-duration: 0.3s}
.header .pc_menu > ul > li a:hover i{transform:rotate(180deg)}
.header .pc_menu ul li.active a{color:var(--blue); font-weight: 500;   }
.header .pc_menu ul li.active:after{position: absolute; left: 35px; right: 35px; bottom:2px; transition-duration: 0.3s; height: 2px; background: var(--blue) content: ''; }

.header .pc_menu ul li:hover a{color:var(--blue); }
.header .pc_menu > ul > li > ul { background-color: #222;position: absolute; visibility: hidden; opacity: 0; top: 70px; width: 150px;margin-left:-75px; z-index: 999; right: 0px; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); padding-top: 12px; padding-bottom: 12px; left: 50%; background:#fff;border-radius:3px; transition-duration:0.3s }
.header .pc_menu > ul > li > ul:after{content: ""; position:absolute;top: -6px; left: 50%; margin-left: -8px; border: 8px solid transparent; border-top-width: 0; border-bottom-color: #fff; }
.header .pc_menu > ul > li:hover > ul { visibility:visible; opacity: 1; top: 60px;}
.header .pc_menu > ul > li:hover p{ opacity: 1; }
.header .pc_menu > ul > li:hover img{ opacity: 1; }
.header .pc_menu > ul > li > ul > li { position: relative; width: 100%; background: #fff;}
.header .pc_menu > ul > li > ul > li a{ color:#44526c!important; font-size:15px; display:block;  background: #fff!important;}
.header .pc_menu > ul > li > ul > li a:hover{ color:var(--blue)!important; background:#f1f1f1!important; font-size:15px; }
.header .pc_menu > ul > li a p{  font-size: 12px; color: #44526c; opacity: 0.5; height: 16px; line-height: 1em; }
.header .pc_menu > ul > li a img{ display: block; width: 32px; height: 32px; margin:5px auto; margin-bottom: 5px; opacity: 0.5;}
.header .pc_menu > ul > li > ul > li > ul { display:none;position: absolute;left: 100%;top: 20px;}
.header .pc_menu > ul > li > ul > li:hover > ul { display:block;background-color: #44526c; }
.header .pc_menu ul li.current-menu-item p{  opacity: 1; }
.header .pc_menu ul li.current-menu-item img{  opacity: 1; }
.header .trigger{display: none;}

.header .right{ display: flex; align-items: center; justify-content: space-between; grid-gap: 50px;}
.header .right .search{ transition-duration: 0.3s; cursor: pointer ; font-size: 15px;}
.header .right .search a{ color: #fff; background: var(--blue); padding:12px 20px; border-radius: 50px;  }

.header .right .lang{ position: relative; }
.header .right .lang .btn{ border-radius: 44px; height: 44px; position: relative; align-items: center; display: flex;justify-content: space-between; grid-gap: 10px;padding-left: 20px; padding-right: 20px; color: #fff;}
.header .right .lang .btn > *{ position: relative; z-index: 2;}
.header .right .lang .btn:after{ z-index: 1; transition-duration: 0.3s; position: absolute;content:""; left: 0px; top: 0px; right: 0px; height: 40px; border: #fff solid 2px; border-radius:22px; overflow: hidden}
.header .right .lang ul{width: 140px; overflow: hidden; z-index: 3; position: absolute; top:30px; left: 50%;transform: translateX(-50%); visibility: hidden; opacity: 0; transition-duration: 0.3s;}
.header .right .lang ul li a{ display: block; height:  40px;transition-duration: 0.3s; line-height:  40px; text-align: center; color:rgba(255,255,255,0.4);}
.header .right .lang ul li a:hover{color:rgba(255,255,255,1);}
.header .right .lang:hover ul{ visibility: visible; opacity: 1;  top: 40px;left: 50%;}
.header .right .lang:hover .btn:after{ height: 130px;}
.header .right .lang .btn .ri-arrow-drop-down-line{ position: relative;transition-duration: 0.3s;}
.header .right .lang .btn:hover .ri-arrow-drop-down-line{transform: rotate(180deg);}





.statement_content{  padding: 40px;}
.statement_content h2{ text-align: center; color: var(--blue); font-size: 32px; margin-bottom: 16px;}
.statement_content .layui-input-block{ margin-left: 0;}
.statement_content .layui-input, .statement_content .layui-textarea{background: #f5f6f8;}
.statement_content .layui-form-item:last-child{ margin-bottom: 0;}



.layui-input, .layui-select, .layui-textarea{ height: 44px!important;}
.layui-btn-lg{ height: 56px!important;}
.layui-btn{background: var(--blue)!important;}


.search_content {  position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0, 0.3); z-index: 1000;transition: all 0.3s ease; opacity: 0; visibility: hidden; display: flex; justify-content: center; align-items: center;-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);}
.search_content .layui-form .layui-form-item{ position:relative; width:610px; background:none; border-radius: 0!important; overflow: hidden; padding-top: 20px;}
.search_content .layui-form .input{height:60px;  border: none; width:100%; border-bottom: #fff solid 2px; background: none;border-radius: 0!important; line-height: 60px; font-size: 24px; color: #fff; font-weight: 300;}
.search_content .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color:#fff; background:none; position: absolute; top: 0px; right: 0px;}
.search_content .layui-form .input::placeholder { color: #fff}

    .search_content.open {
    opacity: 1; visibility: visible;
}

.close-button {position: absolute;top: 30px;right: 30px;text-align: right;cursor: pointer;}
.close-button i{font-size: 32px; color: #fff; }
.close-button p{ font-size: 14px; color:#fff; }



.search_list{background: #fff; padding-bottom: 40px;}
.search_list .data{padding-bottom: 32px;display: flex; justify-content: space-between; align-items: center;}
.search_list .data .text-danger{ color:var(--red); }
.search_list .data .result{ color:#999; }
.search_list .order{display: flex; justify-content: space-between;}
.search_list .order li{ margin-left:20px; }
.search_list .order li a{ color:#999; }
.search_list .order li a.active{ color:var(--red); }

.search_list .article-list .item{ display:flex; justify-content:space-between; margin-bottom:30px; }
.search_list .article-list .item .img{width: 300px;aspect-ratio: 16/10;  border-radius:4px; overflow: hidden; transform: rotate(0deg);}
.search_list .article-list .item .img img{width: 100%; height: 100%; object-fit: cover; transition-duration:0.3s;}
.search_list .article-list .item .info{width: calc(100% - 330px);}
.search_list .article-list .item h2{color:#111;line-height:1.4em; margin-bottom:10px;font-size: 24px;}
.search_list .article-list .item h2 a{color:#111;line-height:1.4em;}
.search_list .article-list .item .time{font-size: 16px; color: var(--red); font-weight: 500; margin-bottom: 10px;}
.search_list .article-list .item p{font-size: 16px;line-height: 1.6em; color: #666;display: -webkit-box;  -webkit-line-clamp:3;  -webkit-box-orient: vertical; overflow: hidden;}
.search_list .article-list .item:hover .img img{width: 100%; height: 100%; object-fit: cover; transform: scale(1.1);}

.search_form{background: var(--blue); padding-top: 200px; padding-bottom: 60px;}
.search_form .layui-form{}
.search_form .layui-form .layui-form-item{ position:relative; width:610px; background:#fff; border-radius:4px; overflow: hidden;margin: 0 auto;}
.search_form .layui-form .input{height:60px; padding-right: 10px; border: none; width: 90%; line-height: 60px; padding-left: 10px; font-size: 16px; color: #44526c;}
.search_form .layui-form .btn{ cursor: pointer; height:60px; width: 60px;font-size: 20px; border: none;color: var(--blue); background:none; position: absolute; top: 0px; right: 0px;}





.header .wechaticon{ display:flex; justify-content: space-between;  align-items:center;  }
.header .wechaticon .program{ border-radius:50px; background:#1a56a4; height:36px; width:36px;  font-size:22px; margin-left:20px; text-align:center; line-height:36px; margin-right:20px; }
.header .wechaticon .wechat{ border-radius:50px; background:#1a56a4; height:36px; width:36px;  font-size:22px; text-align:center; line-height:36px; }
.header .wechaticon .program .content,.header .wechaticon .wechat .content{ width:120px; height:120px; padding: 6px; right: 85px; top: 15px; position: relative; border-radius:6px; background:#fff; box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); visibility: hidden; opacity: 0; transition-duration: 0.3s; z-index: 444}
.header .wechaticon .program .content:after,.header .wechaticon .wechat .content:after{content: ""; position:absolute;top: -4px; right: 20px; border: 8px solid transparent; border-top-width: 0; border-bottom- }
.header .wechaticon .program .content img,.header .wechaticon .wechat .content img{width: 120px; height: 120px;}
.header .wechaticon .program:hover .content,.header .wechaticon .wechat:hover .content{ visibility:visible; opacity: 1;top:5px;}
.header .wechaticon .program:hover,.header .wechaticon .wechat:hover{background: var(--blue);}



.innernav {width: 20px;height: 16px;position: absolute;top: 50%; transform: translateY(-50%) ;right:0px; }
.innernav .icon-bar {width: 100%;height: 2px;position: absolute;left: 0;background:#333;-webkit-transition: all 0.3s;transition: all 0.3s;}
.innernav .icon-bar.top {top: 0;}
.innernav .icon-bar.middle {top: 50%;margin-top: -1px;}
.innernav .icon-bar.bottom {bottom: 0;}
.header.fixed .innernav .icon-bar {background:var(--blue);}
.main_nav {display: table;width: 60%;height: 100%;position: fixed;top: 0;right: -60%;bottom: 0;background:rgba(255,255,255,1);-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);z-index: 9999;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_nav .close_nav {width: 20px;height: 20px;position: absolute;  top: 25px;  right: 25px;cursor: pointer;}
.main_nav .close_nav:before,
.main_nav .close_nav:after {content: '';width: 100%;height: 2px;background:var(--blue);position: absolute;top: 50%;left: 0;margin-top: -1px;-webkit-transition: all 0.3s 0.3s;transition: all 0.3s 0.3s;}
.main_nav .close_nav:before {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav .close_nav:after {-webkit-transform: rotate(0);transform: rotate(0);}
.main_nav.open {right: 0;}
.main_nav.open .close_nav:before {-webkit-transform: rotate(45deg);transform: rotate(45deg);transition-delay: 0;}
.main_nav.open .close_nav:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg);transition-delay: 0;}
.main_nav .menu {display: table-cell; text-align: center;  padding: 30px;padding-top: 80px;}
.main_nav .menu li {display: block;position: relative; }
.main_nav .menu li.animated {left: 25px;opacity: 0;-webkit-transition: all 0.3s;transition: all 0.3s; }
.main_nav .menu li.animated.show {left: 0;opacity: 1;}
.main_nav .menu li a {display: block;font-size:18px;  font-weight: 500; color: #222222; text-align: left;line-height: 44px; height:44px;}
.main_nav .menu li.active a {color: var(--blue);}
.main_nav .menu li ul {display: none; margin: 0px auto;}
.main_nav .menu li ul li {display:block;position: relative;}
.main_nav .menu li.active ul li a {font-size: 15px;font-weight: normal;color: #222222;padding: 0 5px;-webkit-transition: all 0.3s;transition: all 0.3s;}
.main_nav .menu li ul li a.active,
.main_nav .menu li ul li a:hover {}
.main_nav .menu li ul li a.active {font-weight: bold;}
.main_overlay {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 99;background: rgba(17, 17, 17, 0.5);opacity: 0;visibility: hidden;cursor: pointer;-webkit-transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);transition: all 0.4s cubic-bezier(0.63, 0.35, 0.1, 0.95);}
.main_overlay.open {opacity: 1;visibility: visible;-webkit-backdrop-filter:blur(5px); backdrop-filter: blur(5px);}



.bgwhite {background:rgba(255, 255, 255,1); box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);  }




.footer_form{ background:url("../images/footerbg.jpg") no-repeat; background-size: cover;}
.footer_form .pagewidth{ padding-top: 110px; padding-bottom: 110px; display: flex; align-items: center; justify-content:space-between; }
.footer_form .pagewidth .info h2{ color: var(--blue);  font-size: 32px;}
.footer_form .pagewidth .info p{ color:#44526c; font-size: 16px; }
.footer_form .pagewidth .bt{ display: flex; justify-content: space-between; align-items: center; grid-gap: 20px;}


.online{ position: fixed; bottom: 10%;right: 30px; z-index: 99}
.online a{ display: block;cursor: pointer}
.online .service{ width: 40px;background: var(--blue); padding: 5px; border-radius: 30px; display: flex; justify-content: center; margin-bottom: 10px;}
.online .service .photo{ width:40px; height:40px; border-radius: 30px; overflow: hidden; }
.online .service .photo img{ width: 40px; height: 40px;}
.online .service .font{ padding-top: 10px; font-size: 14px;padding-bottom: 10px; color: #fff;writing-mode: vertical-rl;letter-spacing: 2px; text-align: center; width: 40px; display: flex; justify-content: center; align-items: center;}
.online .customer{  width: 38px; padding:10px 5px; padding-bottom: 15px;  text-align: center;margin-bottom: 10px;border: #fff solid 1px; border-radius: 30px; background: linear-gradient(180deg, #f5f8ff, #fff); box-shadow: 0px 5px 10px rgba(3,38,96,0.08); }
.online .customer i{ color: #44526c; font-size: 20px;}
.online .customer p{ line-height: 1; color: #44526c; font-size: 14px;}
.online .message{ width: 38px; padding:10px 5px; padding-bottom: 15px; text-align: center;border: #fff solid 1px; border-radius: 30px; background: linear-gradient(180deg, #f5f8ff, #fff); box-shadow: 0px 5px 10px rgba(3,38,96,0.08); }
.online .message i{ color: #44526c; font-size: 20px;}
.online .message p{ line-height: 1; color: #44526c; font-size: 14px;}




.footer{background: #f9f9f9}
.footer .pagewidth .help{ display: flex; justify-content: space-between; padding-top: 50px; padding-bottom: 50px; border-bottom: #dddddd 1px solid;}
.footer .pagewidth .help h3 { color: #44526c; margin-bottom: 12px;}
.footer .pagewidth .help h3 a{ color: #44526c;}
.footer .pagewidth .help .item ul li{ margin-bottom: 5px;}
.footer .pagewidth .help .item ul li h4{ color: var(--blue); font-size: 18px;}
.footer .pagewidth .help .item ul li h4 i{ margin-right: 5px;}
.footer .pagewidth .help .item ul li a{ color: #44526c;}
.footer .pagewidth .help .item ul li p{ font-size: 14px; color:#44526c;}


.copy{padding-bottom:30px;padding-top: 30px;}
.copy p { color: #44526c; display: flex; justify-content: left; grid-gap: var(--gg); align-items: center; line-height: 2.4;}
.copy p a{ cursor: pointer; color: #44526c; transition-duration:0.3s; }
.copy p a:hover{ color: var(--blue); }
.copy p.link a{font-weight: 500;}



/*大屏幕*/
@media screen and (max-width: 3600px) {
body{--width:1560px; }
}

@media screen and (max-width: 1920px) {
body{--width:1560px; }
}
@media screen and (max-width: 1600px) {
    body{--width:1400px;font-size:15px; }
}
@media screen and (max-width: 1440px) {


}

@media screen and (max-width: 1280px) {
    body{font-size:14px;--width:1160px; }
}

@media screen and (max-width: 1024px) {
    body{--width:auto; }
    .pagewidth{  margin:0 30px; transition-duration: 0.2s;}
}

/*手机*/
@media screen and (max-width:720px) {
    .pager{ text-align:center; padding-top:30px; }

    body{ --width:auto; --gg:15px; font-size:14px; }
    .pagewidth{ margin:0 15px;}
    .header .pc_menu { display: none}
    .header .trigger{ display: block}
    .button{transition-duration: 0.3s; cursor: pointer; display: block; display: flex; justify-content: space-between; align-items: center; grid-gap: 5px; border-radius: 4px; box-shadow: 0px 5px 10px rgba(0,0,0,0.05)}
    .button:hover{ opacity: 0.9;}
    .button.white{background: #fff; color:#111; height: 36px; line-height: 36px; padding-left: 30px; padding-right:30px; }
    .button.blue{background: var(--blue); color:#fff; height: 36px; line-height: 36px; padding-left: 30px; padding-right: 30px; }
    .button.border{background: none; color:#fff; height: 34px; line-height: 34px; border: #fff solid 1px; padding-left: 30px; padding-right: 30px; }

    .footer_form{ background:url("../images/footerbg.jpg") no-repeat; background-size: cover;}
    .footer_form .pagewidth{ padding-top: 40px; padding-bottom: 40px; display: block; align-items: center; justify-content:space-between; text-align: center }
    .footer_form .pagewidth .info h2{ color: var(--blue);  font-size: 24px;}
    .footer_form .pagewidth .info p{ color:#44526c; font-size: 16px; }
    .footer_form .pagewidth .bt{ display: flex; justify-content: center; align-items: center; grid-gap: var(--gg); padding-top: 24px;}

    .footer{background: #f9f9f9}
    .footer .pagewidth .help{ display:block; justify-content: space-between; padding-top: 30px; padding-bottom: 30px; border-bottom: #dddddd 1px solid;}
    .footer .pagewidth .help h3 { color: #44526c; margin-bottom: 8px;}
    .footer .pagewidth .help h3 a{ color: #44526c;}
    .footer .pagewidth .help .item{ margin-bottom: 12px;}
    .footer .pagewidth .help .item ul{ display: grid; grid-template-columns: repeat(3, 1fr); grid-gap:0px var(--gg) ; }
    .footer .pagewidth .help .item ul li{ margin-bottom: 5px;}
    .footer .pagewidth .help .item ul li h4{ color: var(--blue); font-size: 18px;}
    .footer .pagewidth .help .item ul li h4 i{ margin-right: 5px;}
    .footer .pagewidth .help .item ul li a{ color: #44526c;}
    .footer .pagewidth .help .item ul li p{ font-size: 14px; color:#44526c;}
    .footer .pagewidth .help .item:last-child ul{ grid-template-columns: repeat(1,1fr)}

    .copy{padding-bottom:30px;padding-top: 30px;}
    .copy p { color: #44526c; display: flex; flex-wrap: wrap; justify-content: left; grid-gap:0px var(--gg); align-items: center; line-height: 1.8; margin-bottom: 12px;}
    .copy p a{ cursor: pointer; color: #44526c; transition-duration:0.3s; }
    .copy p a:hover{ color: var(--blue); }
    .copy p.link a{font-weight: 500;}

    .online{ position: fixed; bottom: 10%;right: 10px; z-index: 99}
    .online a{ display: block;cursor: pointer}
    .online .service{ width: 30px;background: var(--blue); padding: 5px; border-radius: 30px; display: flex; justify-content: center; margin-bottom: 10px;}
    .online .service .photo{ width:30px; height:30px; border-radius: 30px; overflow: hidden; }
    .online .service .photo img{ width: 30px; height: 30px;}
    .online .service .font{ padding-top: 10px; font-size: 14px;padding-bottom: 10px; color: #fff;writing-mode: vertical-rl;letter-spacing: 2px; text-align: center; width: 30px; display: flex; justify-content: center; align-items: center;}
    .online .customer{  width: 28px; padding:10px 5px; padding-bottom: 10px;  text-align: center;margin-bottom: 10px;border: #fff solid 1px; border-radius: 30px; background: linear-gradient(180deg, #f5f8ff, #fff); box-shadow: 0px 5px 10px rgba(3,38,96,0.08); }
    .online .customer i{ color: #44526c; font-size: 18px;}
    .online .customer p{ line-height: 1; color: #44526c; font-size: 12px;}
    .online .message{ width: 28px; padding:10px 5px; padding-bottom: 10px; text-align: center;border: #fff solid 1px; border-radius: 30px; background: linear-gradient(180deg, #f5f8ff, #fff); box-shadow: 0px 5px 10px rgba(3,38,96,0.08); }
    .online .message i{ color: #44526c; font-size: 18px;}
    .online .message p{ line-height: 1; color: #44526c; font-size: 12px;}


    .layui-layer-page{ width: 300px!important;}

    .statement_content{  padding: 24px;}
    .statement_content h2{ text-align: center; color: var(--blue); font-size: 24px; margin-bottom: 12px;}
    .statement_content .layui-input-block{ margin-left: 0;}
    .statement_content .layui-input, .statement_content .layui-textarea{background: #f5f6f8;}
    .layui-form-checkbox>div{white-space: initial!important;}



}
/*小尺寸手机*/
@media screen and (max-width: 320px) {}
/*横屏*/
@media all and (orientation : landscape) {} 
/*竖屏*/
@media all and (orientation : portrait){}




