/* 重置样式 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #000;
  text-decoration: none;
}

.a:hover, .a:focus {
  color: #F9D67A;
  text-decoration: underline;
}

header {
  /* height: 90px; */
  /* border-bottom: 1px solid #2b3444; */
  margin: auto;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);

  /* background-color: #1A2E51; */
}
header .pc .pc-top .logo{
  position: relative;
  display: flex;
  align-items: center;
}
header .pc .pc-top .logo .name{
  font-size: 20px;
  font-weight: bold;
  background: linear-gradient(to right, #E43F03, #209DD7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 44px;
  top: 30px;
  font-style: italic;
  line-height: 20px;
}
header .ios-android .ios-bottom .logo{
  position: relative;
  display: flex;
  align-items: center;
}
header .ios-android .ios-bottom .logo .img img{
  width: 55px;
}
header .ios-android .ios-bottom .logo .name{
  font-size: 16px;
  font-weight: bold;
  background: linear-gradient(to right, #E43F03, #209DD7);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 36px;
  top: 26px;
  font-style: italic;
  line-height: 16px;
}
header .pc{
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  max-width: 1400px;
  margin: auto;
}
header .pc .pc-top{
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .pc .pc-top .type{
  width: 60%;
  display: flex;
  /* flex: 1; */
  justify-content: space-between;
}
header .pc .pc-top .type>div{
  margin-left: 20px;
}
header .pc .pc-top .type a{
  font-size: 14px;
  color: #000;
  font-weight: 700;
}
header .pc .pc-top .type a:hover{
  color: red;
}
header .pc .pc-top .search{
  padding-left: 40px;
  width: 30px;
}
header .pc .pc-top .search .img img{
  width: 30px;
}

header .pc .pc-bottom{
  height: 90px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  /* border-bottom: 1px solid #000;
  margin-bottom: 10px; */
  /* border-radius: 20px; */
}
header .pc .pc-bottom .input{
  width: 80%;
}
header .pc .pc-bottom .input input{
  width: 100%;
  border: none;
  height: 40px;
  font-size: 24px;
  background-color: #F0F0F0;
}
header .pc .pc-bottom .bottom-search{
  width: 80px;
  padding-left: 20px;
}
header .pc .pc-bottom .bottom-search span{
  display: inline-block;
  padding: 10px 20px 10px 20px;
  background-color: #787878;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
}



.nav{
  height: 100%;
  width: 100%;
  z-index: 9999999;
  display: flex;
  position:fixed;
  right: 0;
  transform: translateX(100%);
  transition: transform 300ms ease-in-out;
}
.nav .nav-content{
  height: 100%;
  width: 70%;
  background-color: #1A2E51;

}
.nav.open {
  transform: translateX(0);
}
.nav .nav-content .header{
  height: 60px;
  display: flex;
  justify-content: flex-end;
    justify-content: flex-end;
  font-size: 40px;
  padding:0 20px 0 20px;
  border-bottom: 3px solid #355e93;
}
.nav .nav-content .header span{
  color: #fff;
  font-size: 45px;
  padding-left: 15px;
}
.nav .nav-content .header .input{
  width: 100%;
  height: 40px;
  display: flex;
  background-color:#383838;
}
.nav .nav-content .header .input input{
  width: 100%;
  border: none;
  background-color:#383838;
  outline: none;
  border: none;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
}
.nav .nav-content .header .input .img{
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav-content .header .input .img img{
  width: 20px;
  height: 20px;
}
.nav .nav-content li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9f9f9f;
  padding: 10px 20px 0 20px;
}
.nav .nav-content li a{
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
}

.nav .close{
  flex-grow: 1;
  background-color: #fff;
  opacity: 0.5;
}















.nav .nav-content .search{
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #000;
}
.nav .nav-content .search .input{
  height: 40px;
  width: 90%;

}
.nav .nav-content .search .input input::placeholder {
  color: #000;
}
.nav .nav-content .search .input input{
  height: 100%;
  width: 100%;
  background-color: #fff;
  outline: none;
  border: none;
  box-sizing: border-box;
  color: #000;
  font-size: 20px;
  padding-left: 8px;
}
.nav .nav-content .search .img{
  width: 10%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav .nav-content .search .img img{
  width: 25px;
  height: 25px;
}




@media screen and (min-width:1200px) {
  header .ios-android{
    display: none;
  }
}
@media screen and (max-width:1200px) {
  header{
    padding: 0;
    height: 60px;
    border: none;
  }
  header .pc{
    display: none;
  }
  header .ios-android{
    height: 60px;
  }
  header .ios-android .ios-top{
    color: #fff;
    /* padding: 10px; */
    display: flex;
    justify-content: space-between;
  }
  header .ios-android .ios-top .menu img{
    width: 26px;
  }
  
  header .ios-android .ios-top span{
    background-color: green;
    padding: 4px;
    border-radius: 4px;
    font-size: 12px;
  }
  header .ios-android .ios-top img{
    width: 12px;
    padding-right: 4px;
  }
  header .ios-android .ios-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
  }
  header .ios-android .ios-bottom .search-menu{
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-right: 20px;
  }
  header .ios-android .ios-bottom .search-menu .search{
    display: flex;
    background-color: #fff;
    height: 30px;
    border: 1px solid #838383;
  }
  header .ios-android .ios-bottom .search-menu .menu img{
    width: 40px;
    height: 40px;
  }
  header .ios-android .ios-bottom .search-menu .search .input input{
    height: 100%;
    width: 100%;
    background-color: #fff;
    outline: none;
    border: none;
    box-sizing: border-box;
    color: #000;
    font-size: 20px;
    padding-left: 8px;
  }
  header .ios-android .ios-bottom .search-menu .search .img{
    display: flex;
    align-items: center;
    padding: 0 10px;
  }
  header .ios-android .ios-bottom .search-menu .search .img img{
    width: 20px;
    height: 20px;
  }
  header .ios-android .ios-bottom .logo img{
    width: 120px;
  }
  header .ios-android .ios-bottom .menu img{
    width: 40px;
    padding-right: 10px;
  }
}

@media screen and (max-width:776px) {

}

/* 480 */

main{
  max-width: 1400px;
  margin: auto;
  min-height: 900px;
}










footer {
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid #2b3444;
  margin-top: 40px;
  /* background-color: #1A2E51; */
}

.footer-nav {
  display: flex;
  max-width: 1130px;
  margin: 0 auto;
  color: #000;
  padding: 5vmin;
}
.footer-nav .a {
  line-height: 10vmin;
  text-decoration: underline;
  color: #000;
}
.their{
  color: #000;
}
@media screen and (max-width: 768px) {
  .footer-nav .a {
    line-height:normal;
    font-size: 10px;
    padding:0 4px 0 4px
  }
  .footer-nav{
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .footer-nav .clause{
    font-size: 12px;
    display: flex;
    justify-content: space-between;
  }
  .footer-nav span{
    font-size: 10px;
  }
  .footer-nav .their{
    font-size: 14px;
    padding: 40px 0 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .footer-nav {
    flex-direction: row;
    align-items: center;
    padding: 0;
}

.footer-nav a {
    padding: 0 10px;
    font-size: 13px;
}

.footer-nav .a:hover {
  color: red;
}
}
main{
  position: relative;
}
main .loading{
  position:absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}
.loader {
  border: 6px solid #f3f3f3;
  border-top: 6px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}