﻿ .widget-area.home-top.rocket-lazyload.lazyloaded {
     padding: 150px;
	 background-size: 100%;
	 }
	 .logo{    margin: auto;
    display: block;
    margin-bottom: 30px;
    width: 360px;
    float: none;}  
 .index-search-input {
      margin:auto;
      width: 800px;
}
.index-search-input .ivu-select {
    position: relative;
    width: 680px;
}
.ivu-select {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    vertical-align: middle;
    color: #333;
    font-size: 14px;
    line-height: normal;
}
.ivu-input-wrapper {
    display: inline-block;
    width: 97%;
    position: relative;
    vertical-align: middle;
    line-height: normal;
}
.ivu-input-icon {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    color: #808695;
    position: absolute;
    right: 0;
    z-index: 3;
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: optimizeLegibility;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: -.125em;
    text-align: center;
}
.index-search-input .ivu-input {
        padding: 14px 0px;
    font-size: 16px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border: none;
    padding-left: 20px;
}
.ivu-input {
    display: inline-block;
    width: 100%;
    height: 32px;
    line-height: 1.5;
    padding: 4px 7px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    color: #333;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .1s ease-in-out,background .1s ease-in-out,box-shadow .1s ease-in-out;
}

.index-search-input .search-btn {
    width: 119px;
    height: 60px;
    background: #ff952c;
    border-radius: 0 4px 4px 0;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: none;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 22px;
}