
@font-face {
    font-family: "FZHTJW";
    src: url('https://www.shanghaiamts.com/webfont/Lato-Regular.TTF') format('truetype'), url('https://www.shanghaiamts.com/webfont/Lato-Regular.woff') format('woff');
    font-style: normal;
    font-display: swap;
}
body {
    font-family: "FZHTJW", Arial, "Microsoft YaHei";
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    line-height: 1.6;
    color: #333333;
}

ul {
    list-style: none;
}

a {
    text-decoration-line: none;
}

ul {
    padding: 0;
}

button {
    border: none;
    padding: 14px 30px;
    border-radius: 80px;
    background-color: #d92628;
    color: #fff;
}

.container {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;

}

.header {
    display: flex;
    padding: 10px 0;
    position: relative;
}

.header .logo {
    height: 100px;
    margin-right: 20px;
}

.header .info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 20px;
    text-align: right;
}

.header .info li {
    display: flex;
    align-items: center;
    font-size: 0;
    line-height: 0;
    margin-left: 20px
}

.header .info li img {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    line-height: 0;
    object-fit: contain;
    object-position: center;
}

.header .info li p {
    flex: 1;
    font-size: 16px;
    padding-left: 8px;
}
.header .info li .date {
    white-space: nowrap;
}

.mobile-language {
    /* position: relative; */
    position: absolute;
    top: 3%;
    right: 10px;
    display: none;
    align-self: center;
}

.mobile-language>img {
    width: 20px;
    margin-left: 10px;
}

.main {
    width: 100%;
}

.main .banner,
.main .banner img {
    position: relative;
    width: 100%;
    line-height: 1;
    font-size: 0;
}

.main .banner .content {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
    color: #fff;
}

.main .banner .content p {
    color: #fff;
}

.main .banner .content {
    text-align: center;
}

.main .banner .content h1 {
    color: #d92628;
    font-size: 60px;
    margin-bottom: 30px;
    text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
}

.main .banner .content p {
    font-size: 24px;
}

.main .container nav {
    position: relative;
    display: flex;
    align-items: center;
    background-color: #d92628;
    color: #fff;
    transform: translateY(-100%);
    z-index: 20;
}

.text-danger {
    color: red;
}

.language {
    flex: 0 0 auto;
    position: relative;
    margin-right: 30px;
    cursor: pointer;
}

.language .target span {
    font-weight: bold;
}

.mobile-language:hover .list,
.language:hover .list {
    display: block;
}

.language .icon {
    margin-left: 10px;
}

.mobile-language .list,
.language .list {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    transform: translateY(100%);
    background-color: #d92628;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.mobile-language .list {
    width: fit-content;
    right: 0;
    left: inherit;
    z-index: 21;
}

.mobile-language .list .item,
.main nav .language .list .item {
    white-space: nowrap;
}

.mobile-language .list .item:not(:last-child),
.main nav .language .list .item:not(:last-child) {
    margin-bottom: 10px;
}

.mobile-language .list .item a,
.main nav .language .list .item a {
    color: #fff;
}

/* 新语言 */

.language-box {
	position: relative;
	border-radius: 5px;
	width: 140px;
	z-index: 999;
    font-size: 14px;
}
.language-box:hover .tit {
	background-color: #403f3f;
}
.language-box .tit {
	position: relative;
	color: #fff;
	line-height: 40px;
	border-radius: 5px;
	padding: 0 10px;
	padding-right: 35px;
	cursor: pointer;
	background-color: #65686a;
}
.language-box .tit span {
	vertical-align: middle;
}
.language-box .tit img {
	vertical-align: middle;
	filter: grayscale(100%) brightness(500%);
	margin-right: 10px;
}
.language-box .tit:after {
	position: absolute;
    content: '';
    width: .5em;
    height: .5em;
    border-width: 0 0 1px 1px;
    border-style: solid;
	border-color: #fff;
    right: 1em;
    top: 50%;
	margin-top: -.35em;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 400ms ease-out;
    -o-transition: all 400ms ease-out;
    transition: all 400ms ease-out;
}
.language-box a {
	padding: 0 10px;
	line-height: 40px;
	display: block;
	color: #333;
	text-decoration: none !important;
	border-bottom: 1px solid #efeef0;
}
.language-box a:hover {
	background-color: #f8f9fa;
}
.language-box .language-list {
	position: absolute;
	width: 100%;
	top: 40px;
	left: 0;
	height: 0;
	transition: all 0.4s;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	overflow: hidden;
	text-align: center;
	opacity: 0;
}
.language-box:hover .language-list{
	height: auto;
	transition: all 0.4s;
	opacity: 1;
	border-radius: 0 0 5px 5px;
}

.main nav ul {
    flex: 1;
    display: flex;
    align-items: center;
}

.main nav select {
    flex: 0 0 auto;
}

.main nav ul li a {
    position: relative;
    display: inline-block;
    padding: 20px 40px;
    color: #fff;
    font-weight: bold;
}

.main nav ul li:not(:last-child) a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    top: 50%;
    height: 30%;
    transform: translateY(-40%) skewX(-30deg);
    background: #fff;

}

.about {
    text-align: center;
    margin-top: 60px;
}

.about .about-content>.title {
    font-size: 36px;
    color: #d92628;
}

.about .about-content>.sub-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    color: #fff;
}

.about .about-content>.desc {
    line-height: 2;
    text-align: left;
    color: #fff;
}

.about .texts {
    margin: 40px 0;
    font-size: 16px;
}

.about .texts p {
    line-height: 2;
    text-align: left;
}

.expo {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
}

.hero {
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px 40px;
    margin: 20px 0;
    overflow: hidden;
}

.hero .description {
    flex: 1;
    text-align: left;
}

.hero .description .title {
    font-size: 36px;
    font-weight: bold;
    color: #d92628;
}

.hero .description .sub-title {
    margin-top: 8px;
    font-size: 24px;
    color: #333333;
}

.register {
    padding-left: 60px;
    padding-right: 60px;
    margin: 80px auto;
}

.register,
.hero .button {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all .3s;
}

.register:hover,
.hero .button:hover {
    box-shadow: 0 0 10px #d92628;
}

.register>img,
.hero .button>img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    object-fit: contain;
    object-position: center;
}

.exhibitor {
    position: relative;
    padding: 40px 0;
    overflow: hidden;
}

.exhibitor .title {
    padding: 20px 0;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
}

.exhibitor ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.exhibitor ul li {
    --items: 9;
    width: calc((100% - (10px * (var(--items) - 1))) / var(--items));
    margin-right: 10px;
    margin-bottom: 10px;
    line-height: 0;
    border: 2px solid transparent;
    transition: all .3s;
    box-sizing: border-box;
}

.exhibitor ul li:hover {
    border-color: #d92628;
    box-shadow: 0 0 10px #d92628;
}

.exhibitor ul li:nth-child(9n+9) {
    margin-right: 0;
}

.exhibitor ul li img {
    width: 100%;
    height: 100%;
}

.exhibitor .tip {
    padding: 20px 0;
    text-align: right;
    color: #fff;
}

.exhibitor .tip span {
    color: #d92628;
}

.banners {
    position: relative;
}

.banner-swiper img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 2.4;
    border-radius: 10px;
}

.meet img {
    object-fit: cover;
    object-position: center;
    aspect-ratio: 4 / 2.4;
    border-radius: 10px;
}

.about-content {
    position: relative;
    overflow: hidden;
    color: #fff;
    padding: 20px;
}


.category {
    width: 100%;
}

.category ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    padding: 48px 0;
}

.category ul li {
    flex: 0 0 calc((100% - (45px * 2)) / 3);
    margin-right: 45px;
    margin-bottom: 10px;
    text-align: left;
    line-height: 1.8;
}

.category ul li:nth-child(3n+3) {
    margin-right: 0;
}

.category ul li::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    margin-top: 12px;
    background-color: #d92628;
    border-radius: 50%;
}



.meet-btn-prev,
.meet-btn-next,
.banner-btn-prev,
.banner-btn-next {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 10px;
    background-color: #ccc;
}


.meet-btn-next,
.banner-btn-next {
    right: 10px;
    /* transform: translateX(160%); */
}

.meet-btn-prev,
.banner-btn-prev {
    left: 10px;
    /* transform: translateX(-160%); */
}

.meet-btn-prev::after,
.meet-btn-next::after,
.banner-btn-prev::after,
.banner-btn-next::after {
    font-size: 18px;
    font-weight: bold;
}

.meet {
    position: relative;
    margin: 20px 0;
}

.meet img {
    width: 100%;
}

.boxes .box {
    padding-bottom: 40px;
    margin-bottom: 40px;
    background-color: #fffafa;
    line-height: 1.8;
}

.boxes .box .heads {
    background-color: #d92628;
    color: #fff;
    padding: 0 20px;
    font-size: 22px;
}

.boxes .box .mobile-head {
    display: none;
}

.boxes .box .heads,
.boxes .box .contents {
    display: flex;
    align-items: stretch;
}

.boxes .box .heads .item,
.boxes .box .contents .item {
    flex: 0 0 50%;
    width: 50%;
    padding: 20px;
    box-sizing: border-box;
}

.boxes .box .heads .item {
    font-weight: bold;
}

.boxes .series:not(:last-child) {
    margin-bottom: 40px;
}

.boxes .series .title {
    margin-bottom: 10px;
}

.boxes .series li {
    display: flex;
}

.boxes .series .dot {
    display: block;
    flex: 0 0 5px;
    width: 5px;
    height: 5px;
    margin-right: 8px;
    margin-top: 12px;
    background-color: #d92628;
    border-radius: 50%;

}

.boxes .tip {
    text-align: right;
    color: #999;
}

.footer {
    position: relative;
    padding: 48px 0;
    overflow: hidden;
    color: #fff;
    border-top: 4px solid #d92628;
    margin-top: 50px;
}

.footer .title {
    margin-bottom: 38px;
    font-size: 26px;
    color: #fff;
    font-weight: 500;
}

.footer .info {
    display: flex;
    align-items: center;
}

.footer .info ul {
    flex: 1;
    display: flex;
    align-items: stretch;
}

.footer .info .logo {
    flex: 0 0 300px;
    width: 300px;
    margin-left: 38px;
}

.footer .info ul li .img {
    width: 76px;
    height: 76px;
    padding: 20px;
    margin: 20px auto;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2);
    box-sizing: border-box;
    transition: all .3s;
}

.footer .info ul li .img:hover {
    background-color: #d92628;
}


.footer .info ul li {
    flex: 0 0 calc(100% / 4);
    text-align: center;
}

.footer .info ul li .text {
    color: #fff;
}

.footer .info ul li a.text:hover {
    color: #d92628;
}

.footer .info ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.footer>.bg,
.exhibitor>.bg,
.about-content>.bg,
.hero>.bg,
.expo>img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -1;
}

.expo ul {
    display: flex;
    align-items: center;
    /* padding: 60px 0; */
    padding: 30px 0;
    color: #fff;
}

.expo ul li {
    width: calc(100% / 5);
    text-align: center;
}

.expo ul li .value {
    font-size: 36px;
    font-weight: bold;
    color: #d92628;
}

.expo ul li .label {
    margin-top: 10px;
    color: #fff;
}
.visible-xs {
    display: none !important;
}

input, select, textarea {
    outline: none;
}
select {
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background: #fff url(/static/landing/image/select-ico.png) no-repeat right 15px center;
}

input[type="checkbox"] {
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin-right: 5px;
    border-radius: 3px;
}
input[type="checkbox"]:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 18px;
    height: 18px;
    border: 1px solid #7d7d7d;
    background-color: #fff;
    box-sizing: border-box;
}
input[type="checkbox"]:checked:before {
    border-color: #d92628;
}
input[type="checkbox"]:checked:after {
    content: url(/static/landing/image/gou.png);
    position: absolute;
    z-index: 2;
    top: -1px;
    right: -2px;
}
input[type="radio"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0;
    margin-right: 5px;
}
input[type="radio"]:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #7d7d7d;
    border-radius: 50%;
    background-color: #fff;
    box-sizing: border-box;
}
input[type="radio"]:after {
    display: none;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: #d92628;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
input[type="radio"]:checked:before {
    border-color: #d92628;
}
input[type="radio"]:checked:after {
    display: block;
}

input[type="text"]:disabled,select:disabled
{
    background-color: #efefef;
    cursor: no-drop;
}
.has-error .required {
    border-color: red !important;
    box-shadow: 0 0 10px red;
}
.form-box {
    margin: 50px 0;
    font-size: 16px;
}
.form-box .title {
    font-size: 36px;
    color: #d92628;
    text-align: center;
    margin-bottom: 10px;
}
.form-box .subtit {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}
.form-item {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.form-item.block {
    display: block;
}
.form-item.block .label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.form-item .label{
    display: block;
    width: 180px;
    font-weight: bold;
}
.form-item .form-input {
    flex-grow: 1;
    height: 56px;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px;
    font-size: 16px;
    box-sizing: border-box;
}
.form-item .form-input.w-200 {
    width: 300px;
}
.radio-list label{
    display: block;
    margin: 5px 0;
}
.radio-box label {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}
.radio-box label:last-child {
    margin-right: 0;
}
.form-btnbox {
    text-align: center;
    margin-top: 30px;
}
.form-btnbox .btn {
    font-size: 18px;
    font-weight: bold;
    min-height: 60px;
    cursor: pointer;
    transition: all .3s;
}
.form-btnbox .btn:hover {
    box-shadow: 0 0 10px #d92628;
}
.privacy-box p {
    margin-bottom: 10px;
}
.privacy-box p a {
    color: #333;
    text-decoration: underline;
}
.privacy-box p a:hover {
    color: #d92628;
}
.success-box {
    max-width: 1000px;
    text-align: center;
    margin: 50px auto;
}
.success-tit {
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}
.success-box .info {
    line-height: 1.8;
    margin: 30px 0;
    text-align: left;
}
.success-box .btn {
    display: inline-block;
    margin: 0 10px;
    border-radius: 5px;
    padding: 8px 20px;
    background-color: #d92628;
    color: #fff;
    text-decoration: none !important;
    transition: all .3s;
}
.success-box .btn:hover {
    opacity: 0.8;
}
.success-box .img img{
    max-width: 100%;
    height: auto;
}
.success-box .info a {
    color: #333;
    text-decoration: underline;
}
.success-box .info a:hover {
    color: #d92628;
}
@media screen and (max-width: 1300px) {
    .form-box {
        margin-left: 20px;
        margin-right: 20px;
    }
    .success-box {
        margin: 50px 20px;
    }
}
@media (max-width: 768px) {
    .hidden-xs {
      display: none !important;
    }
    .visible-xs {
        display: block !important;
    }
	.language-box {
		position: absolute;
		/* top: 50%;
		transform: translateY(-50%); */
        top: 10px;
		right: 10px;
		width: 30px;
	}
	.language-box .tit {
		line-height: 40px;
		height: 40px;
		background: none !important;
		font-size: 0;
		padding: 0;
	}
	.language-box .tit img{
		filter: none;
		margin-right: 0;
	}
	.language-box .tit:after {
		display: none;
		right: 8px;
	}
	.language-box .language-list {
		top: 40px;
		left: auto;
		right: 0;
		width: 90px;
		border-radius: 5px !important;
	}
    .header {
        display: block;
        padding: 0;
        position: relative;
    }

    .header .logo {
        width: 80px;
        margin: 10px;
        margin-bottom: 0;
        height: auto;
        object-fit: contain;
    }

    .header .info {
        /* display: block; */
        margin-left: 0;
        background-color: #d92628;
        color: #fff;
        padding: 10px;
    }

    .header .info li {
        text-align: left;
        margin: 0;
    }

    .header .info li span {
        flex: 1;
        width: 100%;
        font-size: 14px;
    }

    .header .info li img {
        display: none;
    }

    .header .info li p {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
    }

    .header .info li:first-child {
        flex: 0 0 auto;
    }

    .header .info li:first-child p {
        padding-left: 0;
        margin: 0;

    }

    .header .info li:last-child {
        flex: 1;
        text-align: right;
    }

    .mobile-language {
        display: block;
    }

    .main .banner .content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .main .banner,
    .main .banner img {
        object-fit: cover;
        object-position: center;
        min-height: 300px;
    }

    .main .banner .content h1 {
        font-size: 28px;
    }

    .main .container nav {
        display: none;
    }

    .main nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, .2);
    }
    .about {
        margin-top: 20px;
    }
    .about .about-content>.title {
        /* margin-top: 20px; */
        padding: 0 20px;
    }

    .about .about-content>.sub-title {
        padding: 0 20px;
    }

    .about .about-content>.desc {
        padding: 0;
        /* padding: 0 20px; */
    }

    .about .texts {
        padding: 20px;
    }

    .banners {
        padding: 10px;
    }

    .main nav ul li a {
        display: block;
        text-align: center;
    }

    .main nav ul li:not(:last-child) a:after {
        display: none;
    }

    .main nav ul {
        display: block;
    }

    .language {
        margin-right: 0;
        text-align: center;
        justify-content: center;
    }

    .language .target {
        padding: 20px 0;
    }

    .exhibitor {
        padding: 20px;
    }


    .category ul {
        padding: 20px;
    }

    .category ul li {
        flex: 0 0 100%;
        margin-right: 0;
        width: 100%;
    }

    .expo ul {
        padding: 0;
        flex-wrap: wrap;
    }

    .expo ul li {
        width: calc(100% / 2);
        margin-bottom: 20px;
    }

    .exhibitor ul li {
        --items: 3;
    }

    .exhibitor ul li:nth-child(3n+3) {
        margin-right: 0;
    }

    .meet {
        padding: 10px;
    }

    .meet-btn-prev,
    .banner-btn-prev {
        left: 10px;
        transform: translateX(0);
    }

    .meet-btn-next,
    .banner-btn-next {
        right: 10px;
        transform: translateX(0);
    }

    .boxes .box .heads {
        display: none;
    }

    .boxes .box .contents {
        display: block;
    }

    .boxes .box .contents .item {
        width: 100%;
        padding: 0;
    }

    .boxes .box .mobile-head {
        display: block;
        padding: 10px;
        margin: 20px 0;
        background-color: #d92628;
        color: #fff;
    }

    .boxes .series:not(:last-child) {
        margin-bottom: 20px;
        border-bottom: 1px solid #e5e5e5;
    }

    .boxes .box {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .boxes .series {
        padding: 0 20px 20px;
    }

    .hero {
        padding: 30px;
        display: block;
    }

    .hero .button {
        margin-top: 30px;
        width: 100%;
        justify-content: center;
    }

    .footer {
        padding: 20px;
    }

    .footer .info {
        display: block;
    }

    .footer .info ul {
        flex-wrap: wrap;
    }

    .footer .info ul li {
        flex: calc(100% / 2);
        width: calc(100% / 2);
        padding: 0 6px;
        box-sizing: border-box;
    }

    .footer .info ul li a {
        word-wrap: break-word;
    }

    .footer .info .logo {
        display: block;
        margin: 30px auto;
    }
    .form-item{
        display: block;
    }
    .form-item .label,
    .form-item .form-input {
        width: 100%;
    }
}