p{
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none !important;
}
.usa_top {
    background-color: #f3f4f8;
    height: 35px;
}
.usa_top_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 35px;
}
.usafl p {
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
}
.usafr a {
    position: relative;
    font-size: 14px;
    color: rgba(23, 36, 52, 1);
}
.usafr {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 20%;
}
.usafr a:after {
    position: absolute;
    content: "";
    height: 60%;
    width: 1px;
    background: rgba(23, 36, 52, 1);
    left: -13px;
    top: 50%;
    transform: translateY(-50%);
}
.usafr a:nth-child(1):after {
    display: none;
}
.usa_nav_button {
    display: none;
}
.usa_middle_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 120px;
}
.usa_logo {
    display: flex;
    align-items: center;
    flex: 0 0 25%;
    justify-content: space-between;
}
.usa_logo img {
    width: 100%;
}
.usa_logo a:first-child {
    display: block;
    flex: 0 0 25%;
}
.usa_logo a:last-child {
    display: block;
    flex: 0 0 70%;
}
.usa_logo strong {
    font-size: 36px;
    display: block;
    color: rgba(23, 36, 52, 1);
    line-height: 1.3;
}
.usa_logo span {
    display: block;
    font-size: 18px;
    color: rgba(23, 36, 52, 1);
}
.usa_search {
    flex: 0 0 35%;
}
.usa_tel {
    flex: 0 0 30%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.usa_search form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usa_search input {
    flex: 0 0 85%;
    align-self: center;
    height: 40px;
    outline: none;
    padding-left: 15px;
    border: 1px solid #ccc;
    border-right: none;
}
.usa_search button {
    flex: 0 0 15%;
    border: none;
    background: #0064c8;
    height: 40px;
    outline: none;
    color: #ffffff;
}
.usa_tel a {
    font-size: 34px;
    margin-left: 10px;
    color: #0064c8;
}
.navigation {
    background: #182c44;
}
.navflex {
    height: 52px;
}
.usanav_item a {
    display: block;
    color: #ffffff;
    font-size: 17px;
    text-decoration: none;
    position: relative;
    height: 52px;
    line-height: 52px;
}
.usanav_item:hover a:before {
    width: 100%;
}
.usanav_item a:before {
    width: 0;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 10;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background: #ffffff;
    content: "";
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.usanav_item a:hover {
    color: #ffffff;
}
.usanav_item.active a {
    color: #ffffff;
}
.usanav_item.active a:before {
    width: 100%;
}
.usafr a:hover {
    color: #0064c8;
}
.usa_pro {
    padding: 60px 0;
    background: #f3f4f8;
}
.usa_title p {
    font-size: 34px;
    font-weight: 700;
    color: #182434;
    line-height: 1;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.usa_pro_hidden {
    display: none;
}
.usa_pro_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.usa_pro_box {
    margin-top: 30px;
    width: 31.5%;
    position: relative;
}
.usa_pro_show {
    position: relative;
}
.usa_pro_img {
    border-radius: 6px;
}
.usa_pro_box img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 6px;
}
.usa_pro_p {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 22;
}
.usa_pro_p a {
    display: block;
    font-size: 22px;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
}
.usa_pro_show:after {content: '';display: block;position: absolute;left: 0;right: 0;height: 50px;bottom: 0;z-index: 2;background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.05)), color-stop(100%, #000));background: -webkit-linear-gradient(top, rgba(255,255,255,0.05), #000 100%);background: -o-linear-gradient(top, rgba(255,255,255,0.05), #000 100%);background: linear-gradient(to bottom, rgba(255,255,255,0.05), #000 100%);background: -ms-linear-gradient(to bottom, rgba(255,255,255,0.05), #000 100%);filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='rgba(255,255,255,0.05)', endColorstr='#000');border-radius: 0 0 6px 6px;}
.usa_pro_box:hover .usa_pro_show .usa_pro_p {
    display: none;
}
.usa_pro_box:hover .usa_pro_show:after{
    display: none;
}
.usa_pro_show:hover .usa_pro_hidden {
    display: block;
}
.usa_pro_box:hover .usa_pro_hidden {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.usa_pro_hidden:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    border-radius: 6px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(3px);
    background: hsl(0deg 0% 0% / 42%);
}
.usa_pro_hidden h2 a {
    color: #ffffff;
}
.usa_pro_hidden h2 {
    z-index: 24;
    position: relative;
    color: #ffffff;
    padding: 30px;
    line-height: 1;
    margin-bottom: 0;
}
.usa_pro_hidden ul {
    position: relative;
    z-index: 23;
    padding-left: 56px;
}
.usa_pro_hidden ul li {
    color: #ffffff;
    font-size: 18px;
    line-height: 2;
}
.usa_pro_hidden ul li a {
    color: #ffffff;
}
.usa_hidden_more a {
    position: relative;
    z-index: 23;
    display: block;
    margin-left: 30px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 30px;
    background: #0064c8;
    width: 120px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
}
.usa_pro_hidden ul li:hover  a {
    color: #FFEB3B;
}
.usa_pro_hidden ul li:hover  {
    color: #FFEB3B;
}
.usa_pro_box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.usa_order {
    padding: 60px 0;
    background: #fff;
    background-image: linear-gradient(#fff 9px,transparent 0),linear-gradient(90deg,rgba(3,122,240,.30196) 1px,transparent 0);
    background-size: 10px 10px,10px 10px;
    background-repeat: repeat;
}
.usa_order_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: 60px;
}
.usa_order_fl {
    flex: 0 0 60%;
    padding: 20px 32px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 40px rgba(203,212,231,.3);
    -moz-box-shadow: 0 10px 40px rgba(203,212,231,.3);
    box-shadow: 0 10px 40px rgba(203,212,231,.3);
}
.usa_order_fr {
    flex: 0 0 38%;
    padding: 20px 32px;
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 40px rgba(203,212,231,.3);
    -moz-box-shadow: 0 10px 40px rgba(203,212,231,.3);
    box-shadow: 0 10px 40px rgba(203,212,231,.3);
}
.order_container {
    max-width: 1000px;
    margin: 0 auto;
    width: 100%;
}
.usa_order_title h2 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}

.usa_order_text {
    padding-top: 16px;
    margin-top: 16px;
    border-top: 1px solid #f2f2f2;
    font-size: 16px;
    line-height: 1.5;
    color: #666;
}

.usa_order_a {
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    margin-top: 32px;
    grid-gap: 24px;
    gap: 24px;
}

.usa_order_a a {
    height: 46px;
    min-width: 150px;
    text-align: center;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    background-image: -webkit-linear-gradient(305deg,#0064c8,#6b60ff);
    background-image: -moz-linear-gradient(305deg,#0064c8 0,#6b60ff 100%);
    background-image: linear-gradient(145deg,#0064c8,#6b60ff);
    -webkit-box-shadow: 0 5px 15px rgb(0 100 200 / 22%);
    -moz-box-shadow: 0 5px 15px rgb(0 100 200 / 22%);
    box-shadow: 0 5px 15px rgb(0 100 200 / 22%);
    color: #fff;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: inline-flex;
    cursor: pointer;
    border: none;
}
.usa_order_a a:first-child {
    border: 1px solid #0064c8;
    background-image: none;
    background-color: transparent;
    color: #0064c8;
    -webkit-box-shadow: 0 9px 31px -3px rgba(0,0,0,.09);
    -moz-box-shadow: 0 9px 31px -3px rgba(0,0,0,.09);
    box-shadow: 0 9px 31px -3px rgba(0,0,0,.09);
}
.usa_order_a a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    transform: scale(1.05);
}
.usa_order_title h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
.order_fr_title h3 {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
}
.order_fr_title p {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 16px;
    color: #666;
}
.usa_order_fl:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    -webkit-transform: translateY(-3px
px
);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.usa_order_fr:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    -webkit-transform: translateY(-3px
px
);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}
.order_fr_bd .order_fr_input input {
    display: block;
    height: 45px;
    width: 100%;
    padding-left: 50px;
    border: 1px solid #eee !important;
    box-sizing: border-box;
    outline: none;
    margin-bottom: 15px;
    background-color: #fff;
    font-size: 14px;
}
.order_fr_bd .order_fr_input .input_msg {
    background: url(../img/dljz-icon-msg.png) 15px 50% no-repeat;
}
.order_fr_bd .order_fr_input .input_name {
    background: url(../img/dljz-icon-name.png) 15px 50% no-repeat;
}
.order_fr_bd .order_fr_input .input_phone {
    background: url(../img/dljz-icon-phone.png) 15px 50% no-repeat;
}
.order_fr_bd .order_fr_input .input_submit {
    width: 100%;
    background: #0064c8;
    font-size: 14px;
    background-color: #0064c8;
    background-image: linear-gradient(60deg,#0064c8,#268ffe);
    border-color: #0064c8;
    height: 45px;
    color: #fff;
    cursor: pointer;
    padding-left: 0px;
    margin-bottom: 0;
}
.usa_quick {
    padding: 60px 0;
    background: #f3f4f8;
}
.usa_quick_box {
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    width: 23.5%;
    vertical-align: top;
    transition: all .2s ease-out;
    margin-top: 60px;
}
.usa_quick_box img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.usa_quick_box h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 24px 0 16px;
    color: #182434;
}
.usa_quick_box p {
    font-size: 14px;
    line-height: 22px;
    color: #636974;
}
.usa_quick_box:hover {
    box-shadow: 0 8px 40px rgba(213,216,218,.4);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.usa_quick_box span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #007bff;
}
.usa_quick_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.usa_vuale {
    position: relative;
    background-color: #0068ff;
    overflow: hidden;
    padding: 60px 0;
}
.usa_vuale h3 {
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
    display: block;
}
.usa_vuale p {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
}
.usa_vuale a {
    display: block;
    position: relative;
    width: 165px;
    height: 58px;
    line-height: 58px;
    background: #ffffff;
    border-radius: 29px;
    z-index: 11;
    margin: 30px auto 0;
    text-align: center;
    color: #ffffff;
}
.usa_vuale a:after {
    content: "";
    width: 155px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background: #0068fe;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
    border-radius: 25px;
    transform: translateY(-50%);
    top: 50%;
}
.usa_vuale a:hover {
    box-shadow: 0 8px 40px rgba(213,216,218,.4);
}
.dance_footer {
    width: 731px;
    transform-origin: center;
    animation-name: up-and-down-footer;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 60s;
}
.footer-right {
    bottom: 150px;
    left: 350px;
    transform: rotate(180deg);
}
.footer-left, .footer-right{
    position: absolute;
    z-index: 5;
}
.footer-left{
    top: 150px;
    right: 350px;
}
@keyframes  up-and-down-footer{
    100% {
        transform: rotate(1turn);
    }
}
.usa_anim {
    position: absolute;
    height: 312px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}



.usa_our {
    padding: 60px 0;
    background: #f3f4f8;
}
.usa_our_box {
    display: block;
    background: #fff;
    border-radius: 8px;
    padding: 32px;
    width: 23.5%;
    vertical-align: top;
    transition: all .2s ease-out;
    margin-top: 60px;
}
.usa_our_box img {
    display: block;
    width: 48px;
    height: 48px;
    object-fit: contain;
}
.usa_our_box h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 24px 0 16px;
    color: #182434;
}
.usa_our_box p {
    font-size: 14px;
    line-height: 22px;
    color: #636974;
}
.usa_our_box:hover {
    box-shadow: 0 8px 40px rgba(213,216,218,.4);
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}
.usa_our_box span {
    display: block;
    font-size: 14px;
    margin-top: 15px;
    color: #007bff;
}
.usa_our_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.usa_news {
    padding: 60px 0;
    background: #eaeef1;
}
.usa_news_top a {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0 10px;
    position: relative;
}
.usa_news_top {
    display: flex;
    justify-content: center;
    margin: 30px 0;
}
.usa_news_top a.active {
    color: #0065c9;
}
.usa_news_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.usa_news_item {
    display: none;
}
.usa_news_item.active {
    display: block;
}
.usa_news_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s ease 0s;
    border-radius: 6px 6px 0 0;
}
.usa_news_thumb {
    height: 140px;
    border-radius: 6px 6px 0 0;
    overflow: hidden;
}
.usa_news_box:hover .usa_news_thumb img {
    transform: scale(1.05);
    transition: all 0.5s;
}
.usa_news_text span {
    color: #bdbdbd;
    font-size: 12px;
}
.usa_news_text h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    margin: 0;
}
.usa_news_text {
    padding: 15px 20px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
}
.usa_news_text h3 {
    font-size: 16px;
    color: #3c3c3c;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    height: 40px;
}
.usa_news_box:nth-child(4n) {
    margin-right: 0;
}
.usa_news_box {
    width: 23.5%;
    margin-top: 2%;
    margin-right: 2%;
}
.usa_news_box:hover {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

.usa_more a {
    background-color: #0068fe;
    background-image: -webkit-gradient(linear,left top,right top,from(#0068fe),to(#13adff));
    background-image: -webkit-linear-gradient(left,#006eff,#13adff);
    background-image: -o-linear-gradient(left,#0068fe 0,#13adff 100%);
    background-image: linear-gradient(90deg,#0068fe,#13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgb(0 104 254 / 30%);
    box-shadow: 0 5px 10px 0 rgb(0 104 254 / 30%);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    white-space: nowrap;
    margin: 60px auto 0;
}
.usa_more {
    text-align: center;
}
.usa_more a:hover {
    background-image: -webkit-gradient(linear,right top,left top,from(#006eff),to(#13adff));
    background-image: -webkit-linear-gradient(right,#006eff,#13adff);
    background-image: -o-linear-gradient(right,#006eff 0,#13adff 100%);
    background-image: linear-gradient(270deg,#006eff,#13adff);
}
.usa_link {
    padding: 15px 0;
}
.usa_link_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.usa_link_flex span {
    font-size: 14px;
    color: #000000;
}
.usa_link_flex a {
    font-size: 14px;
    color: #000000;
    padding-right: 10px;
}
.usa_weizhi a {
    display: inline-block;
    font-size: 14px;
    color: #999999;
}
.usa_weizhi {
    font-size: 14px;
    color: #999999;
}
.usa_weizhi a:hover {
    color: rgb(28 40 56);
}
.gts_detail_flex {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.usa_details_fl {
    width: 67%;
    position: relative;
    padding-right: 3%;
}
.usa_details_fr {
    width: 33%;
    padding-left: 3%;
}
.usa_pos {
    background: #f3f4f8;
    padding: 15px 0;
}
.usa_details {
    padding: 30px 0;
}
.usa_details_title h1 {
    font-size: 24px;
    line-height: 1.5;
}
.usa_details_span {
    border-bottom: 1px solid #dcdee0;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    margin-bottom: 30px;
}
.usa_details_span span {
    color: #969ba3;
}
.usa_details_span a {
    color: #0064c8;
}
.usa_details_content {
    word-wrap: break-word !important;
}
.usa_details_content span{
    word-wrap: break-word !important;
}
.usa_details_content img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
}
.usa_detail_blockquote {
    margin-bottom: 0;
    padding: 12px 15px;
    margin-top: 32px;
    line-height: 1.6;
    border-left: 5px solid #007afe;
    border-radius: 0 2px 2px 0;
    background-color: #FAFAFA;
}
.usa_detail_blockquote h6 {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 3px;
    color: #525959;
}
.usa_detail_blockquote p {
    color: #888;
    margin-bottom: 0;
    font-size: 13px;
}
.usa_prev_next {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    margin: 30px 0;
}
.prev_next {
    width: 48%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #9d9d9d;
    font-size: 14px;
}
.prev_next a {
    font-size: 14px;
    color: #182434;
}
.usa_details_flex {
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}
.usa_details_fl:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #dcdee0;
    right: 0;
    top: 0;
}
.usa_like h3 {
    position: relative;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 15px;
}
.usa_like h3:after {
    position: absolute;
    width: 72px;
    height: 1px;
    background: #0064c8;
    content: "";
    bottom: 0px;
    left: 0;
}
.usa_like ul {
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.usa_like_fr a {
    color: #182434;
    line-height: 1.5;
    display: block;
    height: 50px;
    overflow: hidden;
}
.usa_widget h3 {
    position: relative;
    height: 50px;
    line-height: 48px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    color: #333;
    border-radius: 2px 2px 0 0;
    font-size: 18px;
    overflow: hidden;
    margin-bottom: 15px;
}
.usa_widget h3:after {
    position: absolute;
    width: 72px;
    height: 1px;
    background: #0064c8;
    content: "";
    bottom: 0px;
    left: 0;
}
.usa_widget ul {
    padding: 0;
}
.usa_widget li {
    padding: 0;
    list-style: none;
    margin-bottom: 10px;
}
.usa_widget li a {
    color: #182434;
}
.usa_widget li a:hover {
    color: #0064c8;
}
.usa_lily {
    background: #f3f4f5;
    border-radius: 5px;
    padding: 30px;
}
.usa_lily p {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.usa_lily a {
    display: block;
    margin: 15px auto 0;
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #EC3B3B;
    font-size: 16px;
    color: #fff;
    box-shadow: 0 8px 20px rgba(236, 59, 59, 0.3);
    border-radius: 20px;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    text-align: center;
}
.usa_lily span {
    display: block;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #000;
}
.usa_lily i {
    color: #ec3b3b;
    padding-right: 10px;
}
.usa_widget:last-child {
    position: sticky;
    top: 70px;
}



.usa_create {
    background: url(../img/goutong.jpg) no-repeat center;
    padding: 60px 0;
    background-size: cover;
}
.usa_create_text h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;
    font-weight: 700;
}
.usa_create_text p {
    font-size: 26px;
    color: hsla(0,0%,100%,.6);
    text-align: center;
}
.usa_create_onlick a {
    width: 150px;
    height: 48px;
    background-color: transparent;
    border: 1px solid #fff;
    outline: none;
    color: #fff;
    border-radius: 24px;
    cursor: pointer;
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 48px;
    margin: 30px 15px 0;
}
.usa_create_onlick {
    display: flex;
    justify-content: center;
    align-items: center;
}
.usa_create_onlick a:last-child {
    background: #0064c8;
    background-color: #0064c8;
    background-image: linear-gradient(60deg,#0064c8,#268ffe);
    border-color: #0064c8;
}
.usa_create_onlick a:hover {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}
.usa_create_onlick a:last-child:hover {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
  }


.usa-footer-top {
    background: rgba(27, 27, 27, 1);
}
.usa-footer-bqba {
    background: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 15px 0;
}
.usa-footlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usa-f40flex {
    display: flex;
    justify-content: center;
}
p.usa-ftit {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
}

.usa-f15 {
    width: 15%;
}

.usa-f40 {
    width: 40%;
}
.usa-footline {
    background: rgba(42, 42, 42, 1);
    height: 145px;
    width: 2px;
    margin: 30px 0;
}
.usa-f20 {
    width: 20%;
}
.usa-flxa {
    display: flex;
    flex-direction: column;
    line-height: 28px;
    flex: 1;
}
a.usa-flink {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
}
p.usa-smzx {
    color: rgba(255, 255, 255, 1);
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 10px;
}
.usa-pl3{
    padding-left: 3%;
}
.usa-pl10{
    padding-left: 10%;
}
.usa-pl3{
    padding-left: 3%;
}
.usa-footer-bqba p {
    text-align: center;
    margin-bottom: 0;
}
.usa-footer-bqba a {
    color: #ffffff;
}
.usa-fmoblie {
    display: none;
}


.usa_like ul li h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.usa_like ul li {margin-bottom: 10px;
    list-style: none;
    width: 31.3%;
    margin-right: 3%;}
.usa_like ul li:nth-child(3n) {
    margin-right: 0;
}
.usa_like ul li h4 span:last-child {
    margin-left: 10px;
}
.usa_like_fl img {
    width: 100%;
    height: 130px;
    border-radius: 6px;
    object-fit: cover;
}
.usa_like_fr {
    padding: 10px 0 0;
}


.usa_widget  ul li h4 {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
    margin-top: 10px;
}

.usa_widget ul li {margin-bottom: 10px;}

.usa_widget ul li h4 span:last-child {
    margin-left: 10px;
}