*{
    padding: 0;
    margin: 0;
    font-family:Microsoft YaHei;
    text-decoration: none;
}
a{
    text-decoration: none;
    color: #333;
}
table{border-collapse:collapse;border-spacing:0;}
body{
	min-width:1200px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.container{
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}
.item_top{  
    max-width: 1920px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    line-height: 80px;
}
.item_top p{
    font-weight: bold;
}
.topL{
  width: 130px;
  height: 80px;
  margin-left: 50px;
   
}
.topL img{
    width: 100%;
    
}
.topR{
    height: 80px;
    margin-right: 50px;
   
     
  }
  .topR img{
      width: 100%;
      margin-top: 15px;
  }

.clear{
    clear: both;
}
.item_mainbg{
    max-width: 1920px;
    margin: 0 auto;
}
.item_mainbg img{
    display: block;
    width: 100%;
}
.item_yy{
    width: 1000px;
    border: 2px solid #bd9393;
    margin: 5px auto 50px;
    border-radius: 15px;
}
.item_box_title{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 25px auto;
    letter-spacing: 2px;
}
.item_yy input {
    width: 175px;
    height: 50px;
    outline: none;
    margin-left: 30px;
    text-indent: 20px;
    border: 1px solid #dedede;
}
.item_yy #verCodeBtn {
    width: 120px !important;
    margin-left: 0 !important;
    text-indent: 0;
}
.item_yy_box_submit {
    width: 300px;
    margin: 25px auto 0;
    height: 50px;
    outline: none;
    border: 1px solid #dedede;
}
.item_yy_box_submit input {
    width: 100% !important;
    border: none;
    background: rgb(224, 173, 228);
    font-size: 18px;
    text-indent: 0;
    color: #fff;
    margin-left: 0;
}
.item_yy_nt{
    text-align: center;
    margin: 25px 0;
    font-size: 16px;
    color: #333;
    
}
.item_pd{
    width: 1000px;
    border: 2px solid #bd9393;
    margin: 50px auto;
    border-radius: 15px;
}
.item_pd_box{
    width: 100%;
    height: 180px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 25px auto;
}
.item_pd_box a{
    display: block;
    width: 205px;
    height: 40px;
    border-radius: 25px;
    border: 2px solid #f198ed;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    
}
.item_ask{
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    margin: 50px auto;
}
.item_ask a{
    display: block;
    width: 280px;
    height: 50px;
    border-radius: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, #f198ed,#ca6fc6);
    box-shadow:5px 5px 10px 2px rgb(141, 153, 168);
}
.item_code{
    width: 1000px;
    border: 2px solid #bd9393;
    margin: 50px auto;
    border-radius: 15px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(to bottom, #fce5fb ,#8b6e8a );
}
.item_code img {
    width: 200px;
    border: 15px solid #b4b1ac;
    border-radius: 10px;
    margin: 50px 0;
}
.item_code p {
    background-image: -webkit-linear-gradient(left, #e4e4e4, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 28px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 1px;
}
.item_lc{
    width: 1000px;
    border: 2px solid #bd9393;
    margin: 50px auto;
    border-radius: 15px;
}
.item_lc_box{
	width: 900px;
    height: 110px;
    margin:50px auto;
    background: url(images/lcbg.png) top center no-repeat;
    background-size: 100%;
    position: relative;
}
.item_lc_box p {
	font-weight: bold;
    color: rgb(99, 97, 97);
    font-size: 18px;
}
.item_lc_p1 {
    position: absolute;
    top: 38px;
    left: 100px;
}
.item_lc_p2 {
    position: absolute;
    top: 38px;
    left: 245px;
}
.item_lc_p3 {
    position: absolute;
    top: 38px;
    left: 390px;
}
.item_lc_p4 {
    position: absolute;
    top: 38px;
    left: 505px;
}
.item_lc_p5 {
    position: absolute;
    top: 38px;
    left: 620px;
}
.item_lc_p6 {
    position: absolute;
    top: 38px;
    left: 725px;
}


.item_zd{
    width: 1000px;
    border: 2px solid #bd9393;
    margin: 50px auto;
    border-radius: 15px;
}
.item_zd_box{
    width: 900px;
    height: 210px;
    margin: 25px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.item_zd_box a{
    display: block;
    width: 320px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to right, #fce5fb ,#be93bd );
    box-shadow:5px 5px 10px 2px rgb(141, 153, 168);
}
.foot{
    max-width: 1920px;
    margin: 50px  auto 0;
    background: #b8b8b8;
    overflow: hidden;
}
.foot_title{
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin: 25px auto 50px;
    letter-spacing: 2px;
}
.foot_box{
    width: 100%;
    margin: 25px auto 25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
}
.foot_box_one{
    width: 200px;
}
.foot_box_one p{
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
}
.foot_box_one img{
    display: block;
    width: 190px;
    margin: 15px auto 0;

}