* {
    padding: 0;
    margin: 0;
    border: 0 none;
    outline: none;
}
ul,li{ list-style:none;}
em,i,b{ font-style:normal;}
a{ text-decoration:none; cursor: pointer;}
body{ background: #F8FAFC; min-width: 1200px; font-family:"microsoft yahei",arial; font-size: 14px;}
.layoutView {
    height:auto; 
    margin:0px auto;
    *zoom:1; 
    overflow: hidden;
}
.layoutView:after{ 
    display: table;
    content:""; 
    clear:both; 
}
.view1 {
    width: 1184px;
}
.view2 {
    width: 1120px;
}
.view3 {
    width: 1174px;
}
.flex {
    display: flex;
}
.flex-between {
    justify-content: space-between;
}
.flex-items-center {
    align-items: center;
}

/*头部*/
.headView {
    width: 100%;
    height: 90px;
    background: #FFFFFF;
}
.headLogoView {
    float: left;
    height: 90px;
}
.headLogoView>img {
    display: block;
}
.headMenuView {
    float: left;
    height: 90px;
    margin-left: 80px;
}
.headMenuView>a{
    font-size: 16px;
    color: #161616;
    margin-right: 50px;
}
.headMenuView>a:last-child {
    margin-right: 0;
}
.headRightView {
    float: right;
    height: 90px;
}
.headRightView>button {
    width:111px;
    height: 50px;
    background: #3973EC;
    border-radius: 10px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}
.baseAdvView {
    position: relative;
    width: 100%;
    height: 128px;
    background: linear-gradient(90deg,rgba(209,239,245,0.85), #D1EDF5);
    overflow: hidden;
}
.baseAdvView>img {
    position: absolute;
    width: 1440px;
    height: 128px;
    left: 50%;
    top: 0;
    margin-left: -720px;
}
.searchView {
    margin-top: 32px;
    height: 56px;
}
.searchBox {
    position: relative;
    float: left;
}
.searchInpView {
    position: relative;
    top: 1px;
    width: 860px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #FCFCFD;
    border-radius: 20px;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
    color: #12141D;
    box-sizing: border-box;
}
.searchBtn {
    position: absolute;
    right: -28px;
    top: 0;
    width: 56px;
    height: 56px;
    cursor: pointer;
}
.pubButton {
    position: relative;
    float: right;
    top: 1px;
    height: 54px;
    width: 193px;
    text-align: center;
    line-height: 54px;
    border-radius: 10px;
    background: #2563EB;
    font-size: 16px;
    color: #FFFFFF;
}
.footView {
    background: #212529;
    margin-top: 20px;
}
.contactView {
    padding: 32px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
.contactView .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 55px;
    font-size: 16px;
    background: #2563EB;
    border-radius: 10px;
    color: #FFFFFF;
}
.workDateView {
    flex: 1;
    margin-left: 16px;
}
.workDateView .tel {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF;
}
.workDateView .time {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.bottomCodeView {
    width: 116px;
    border-radius: 8px;
    margin-right: 56px;
}
.bottomCodeView > p {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}
.bottomMenuView {
    position: relative;
    margin-top: 40px;
}
.bottomMenuView .map {
    position: absolute;
    width: 433px;
    height: 292px;
    right: 0;
    top: 0;
}
.bottomMenuItem {
    margin-bottom: 28px;
}
.bottomMenuItem:last-child {
    margin-bottom: 0;
}
.bottomMenuItem .menuName {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;

    color: #FFFFFF;
}
.bottomMenuItem >div {
    margin-top: 16px;
}
.bottomMenuItem >div >a {
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    margin-right: 32px;
}
.copyrightView {
    margin-top: 56px;
    padding-bottom: 12px;
}
.copyrightView >span {
    font-size: 12px;
    line-height: 26px;
    color: #FFFFFF;
    opacity: 0.7;
}
.reAuthView {
    padding-bottom: 37px;
}
.reAuthView > a{
    margin-right: 16px;
}

.stepView {
    width: 1224px;
    height: 128px;
    background: linear-gradient(180deg, rgba(209, 239, 245, 0.51) 0%, rgba(209, 237, 245, 0.6) 100%);
    backdrop-filter: blur(4px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 20px;
    margin-top: 56px;
    padding: 0 32px;
    box-sizing: border-box;
}
.stepItem {
    margin: 0 6px;
    width: 220px;
    height: 80px;
}
.stepItem > div .main {
    font-size: 16px;
    line-height: 24px; 
    color: #23262F;
}
.stepItem > div .submain {
    font-size: 12px;
    line-height: 20px;
    color: #777E91;
}


/*按钮样式*/
.btn{ display: inline-block; text-align: center; border-radius: 4px; border-style: solid; border-width: 1px;}

/*有底色有边框*/
.btn_orange{ 
  background: #2563EB;
  background-image: -moz-linear-gradient( 90deg, #2563EB, #2563EB);
  background-image: -webkit-linear-gradient( 90deg, #2563EB, #2563EB);
  background-image: -ms-linear-gradient( 90deg, #2563EB, #2563EB);
  border-color: #2563EB;
  color: #ffffff;
}
.btn_orange:hover{
  background-image: -moz-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
  background-image: -webkit-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
  background-image: -ms-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
}
.btn_orange.checked,.btn_orange:active{
  background-image: -moz-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
  background-image: -webkit-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
  background-image: -ms-linear-gradient( 90deg, #2563EB 0%, #2563EB 100%);
  box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.28);
}

.btn_white{
	background: #ffffff;
  background-image: -moz-linear-gradient( 90deg, rgb(245,245,245) 0%, rgba(255,255,255,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(245,245,245) 0%, rgba(255,255,255,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(245,245,245) 0%, rgba(255,255,255,0) 100%);
  border-color: #e9e9e9;
  color: #666666;
}
.btn_white:hover{
  background-image: -moz-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(245,245,245) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(245,245,245) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(255,255,255,0) 0%, rgb(245,245,245) 100%);
}
.btn_white.checked,.btn_white:active{
  background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,243,247) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,243,247) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(241,243,247) 100%);
  box-shadow: inset 0px 2px 7px 0px rgba(0, 0, 0, 0.2);
}

.sildeView {
    position: fixed;
    bottom: 150px;
    right: 20px;
    width: 61px;
}
.sildeItemView {
    display: block;
    position: relative;
    width: 61px;
    height: 68px;
    margin-bottom: 10px;
    cursor: pointer;
}
.sildeBodyView {
    display: none;
    position: absolute;
    bottom: 0;
    right: 65px;
    padding: 4px;
    background: #666666;
    border-radius: 4px;
}
.sildeBodyView::after{
    content: "";
    position: absolute;
    bottom: 0;
    right: -6px;
    width: 10px;
    height: 68px;
    background: #666666;
}
.sildeBodyView .title {
    width: 140px;
    font-size: 16px;
    background: #FFFFFF;
    height: 60px;
    line-height: 20px;
    padding: 10px;
    box-sizing: border-box;
}
.sildeItemView:hover .sildeBodyView{ display: block; }

