* {
  padding: 0px;
  margin: 0px;
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: SourceHanSansCN-Regular;
  background-color: #ffffff;
  /* font-family: "Microsoft Yahei", "Hiragino Sans GB", "Helvetica Neue", Helvetica, STHeiTi, sans-serif; */

}
p,span{
  cursor: default;
}

a {
  cursor: pointer;
  
}


#headerTitle {
  height: 88px;
  width: 100%;
  background: #00000000;
}

.headerContent {
  width: 1400px;
  height: 88px;
  margin: 0px auto 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}


.logo {
  min-width: 200px;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.logo img{
  height: 32px;
  margin-right: 20px;
}

.logo span {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  font-weight: 400;
}

.headerContent_r {
  min-width: 420px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.head_r_in {
  width: 420px;
  height: 42px;
  padding: 0px 10px 0px 20px;

  border: 1px solid #C7C7C7;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}

.head_r_in img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

.head_r_in input {
  width:360px;
  height: 36px;
  font-size: 16px;
  color: #444444;
  border: none;
  outline: none;
  padding: 0px 5px;
  box-sizing: border-box;
  background-color: #ffffff00;
}
.head_r_in input:focus {
  border: none;
  outline: none;
}
.head_r_in input:hover {
  border: none;
  outline: none;
}
/* nav */
.nav{
  width: 100%;
  height: 46px;
  background: #BA3D4000;
  display: flex;
  /* flex-direction: row;
  align-items: center;
  justify-content: space-around; */
}
.nav_l{
  height: 46px;
  background: #BA3D40;
  flex-grow: 1; /* å„å å‰©ä½™ç©ºé—´çš„ 50% */
}
.nav_c{
  width: 1400px;
  flex-shrink: 0; /* é˜²æ­¢ç¼©å° */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.nav_r{
  height: 46px;
  background: #ffffff;
  flex-grow: 1; /* å„å å‰©ä½™ç©ºé—´çš„ 50% */
}
.nav_c p{
  width: 180px;
  height: 46px;

  text-align: center;
  line-height: 46px;
  font-size: 16px;
  padding-left: 40px;
  box-sizing: border-box;
}
.nav_c p:nth-child(1){
color: #ffffff;
background: #BA3D40;
position: relative;

}
.nav_c p:nth-child(1)::before{
  z-index: 10;
  position: absolute;
  top:0px;
  right:-91px;
  content: '';
  width: 0;
  height: 0;
  border-left: 46px solid #BA3D40;
  border-right: 46px solid transparent;
  border-top: 46px solid transparent; /* æŽ§åˆ¶ä¸‰è§’å½¢æ–¹å‘ */
}
.nav_c p:nth-child(2){
  color: #666666;
  background: #E0E0E0;
position: relative;
}
.nav_c p:nth-child(2)::before{
  z-index: 10;
  position: absolute;
  top:0px;
  right:-91px;
  content: '';
  width: 0;
  height: 0;
  border-left: 46px solid #E0E0E0;
  border-right: 46px solid transparent;
  border-top: 46px solid transparent; /* æŽ§åˆ¶ä¸‰è§’å½¢æ–¹å‘ */
}
.nav_c_p{
  color: #BA3D40;
  background: #E0E0E000;
}
.nav_c_p1{
  width: 300px !important;
  color: #BA3D40;
  background: #E0E0E000;
  display: flex ;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.nav_c_p1 span{
  color: #666666;
  margin-right: 20px;
}
.nav_c_p1 img{
  width: 24px;
  height: 24px;
  /* transform: scaleY(1.2); */
  margin-left: 0px;
  margin-right: 20px;
  /* margin-top: 5px; */

}







/*  */


.main ,.result{
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #ffffff;
}


.main-bot,.main-top{
  width: 100%;
  min-height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 0px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffff;
}

/* footer */

.footer {
  width: 100%;
  height: 356px;
  background: #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer_c {
  width: 1400px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

}

.footer_c_t {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0px;
  padding-top: 0px;
  box-sizing: border-box;

}

.footer_c_t p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;

}


.footer_c_t p a {
  font-size: 14px;
  color: rgba(255,255,255,0.80);
  font-weight: lighter;
  text-decoration: none;
  margin-bottom: 15px;
}
.footer_c_t p a:nth-child(1){
  font-size: 24px;
  color: #FFFFFF;
font-weight: 500;
}

.footer_c_p{
  width: 100%;
  font-size: 16px;
color: #FFFFFF;
letter-spacing: 0;
font-weight: 400;
text-align: center;
margin-top: 0px;
}
.footer_c_p a{
  color:#fff;
  display: inline-block;
  margin-left:10px;
  text-decoration: none;
}
.footer_c_p a:hover{
  text-decoration: underline !important;
}

