@charset "utf-8";
*{margin:0;padding:0;font-family:"PingFang SC";}
body{position: relative;background: #f5f5f5;}
ul,li{list-style: none;}
a{text-decoration: none;cursor: pointer;}
em,i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.clearfix {*zoom: 1;}
.w1180{width: 1180px;margin:0 auto;}
.clearfix:after {display: block;content: " ";height: 0;visibility: hidden;clear: both;}
h1,h2{font-size: 36px;}

.head{background: #fff;}
.head .head_menu .logo{display: block;padding: 40px 0;width: 804px;margin: 0 auto;}
.head .head_menu .logo em{display: inline-block;font-size: 26px;font-family: PingFang SC;font-weight: 400;color: #6A6969;margin: 5px 0 0 15px;}
.head .head_menu .logo em::before{display: inline-block;content: "";width: 1px;height: 20px;background: #D9D9D9;margin-right: 15px;margin-bottom: -1px; }

.title{text-align: center;padding: 70px 0 50px;}

.title p{font-size: 22px;font-family: PingFang SC;font-weight: 400;color: #000000;}
.title p i{color: #F21313;}
.content .floor1{height: auto;overflow: hidden;}
.content .floor1 .fl{width: 701px;height: 425px;background: #FFFFFF url(images/fl1_fl_bg.png)top center no-repeat;background-size: 100%;box-shadow: 0px 4px 20px 0px rgba(245,243,252,0.8);border-radius: 12px;}

.content .floor1 .fr{width: 459px;height: 424px;background: #FFFFFF;box-shadow: 0px 4px 20px 0px rgba(245,243,252,0.8);border-radius: 12px;}
.content .floor1 .fr p{display: block;height: 22px;font-size: 22px;font-weight: 400;color: #2E44E9;line-height: 22px;text-align: center;padding-top: 55px;padding-bottom: 40px;}

.content .floor1 .fr ul li{width: 339px;height: 64px;background: #FFFFFF;border: 1px solid #EEEEEE;border-radius: 4px;margin: 0 auto 20px;}
.content .floor1 .fr ul li input{border: none;resize: none;font-size: 16px;color: #555555;outline: none;background: url(images/ico_1.png)15px 22px no-repeat;height: 28px;padding-left: 40px;padding-top: 18px;}

.content .floor1 .fr ul .yzm input{background: url(images/ico_2.png)15px 22px no-repeat;height: 28px;padding-left: 40px;}
.content .floor1 .fr ul .yzm a{float: right;font-size: 16px;color: #7B7B7B;border-left: 1px solid #D6D6D6;padding: 0 12px;display: block;height: 20px;line-height: 20px;margin-top: 21px;}
.content .floor1 .fr .btn_ly{display: block;width: 339px;height: 64px;background: linear-gradient(90deg, #AB4DDB 0%, #334FF3 99%);border-radius: 4px;text-align: center;font-size: 18px;font-weight: 400;color: #FEFEFE;line-height: 64px;margin: 40px auto 0;}

input::-webkit-input-placeholder { 
/* placeholder颜色 */ 
 color: #B7B7B7; 
 } 
textarea::-webkit-input-placeholder { 
/* placeholder颜色 */ 
 color: #B7B7B7; 
 } 
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
} 

