



li {
    list-style: none;
}
[v-cloak]{opacity:0;}
/* ==========
   工具样式
   ========== */
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}



/* ===============
   自定义页面样式
   =============== */

body {
    font-size: 1.2rem;
    line-height: 1.5;
    background-color: #f7f7f7;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
}

.wrapper *{
    box-sizing: border-box;
}
.wrapper{
    padding-bottom: 50px;
}
.wrapper header img{
    width: 100%;
}
.wrapper section img{
    width: 100%;
}
.wrapper section.container{
    width: 90%;
    margin: 30px auto;
}
.wrapper section.container .item{
    width: 45%;
}
.wrapper section.container .item:first-of-type{
    float: left;
    
}
.wrapper section.container .item:first-of-type img{
    width: 100%;
}
.wrapper section.container .item:last-of-type{
    height: 80px;
    background-color: #f37021;
    float: right;
    position: relative;
    border-radius: 10px;
    width: 54%;
    vertical-align: middle;
    margin-top: 2%;

}
.wrapper section.container .item:last-of-type .searchInput{
    width: 76%;
    position: absolute;
    background-color: #ffffff;
    left: 15px;
    height: 60px;
    top: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.wrapper section.container .item:last-of-type .searchInput img{
    height: 60px;
    width: 45px;
    margin-left: 10px;
}
.wrapper section.container .item:last-of-type .searchInput input{
    width: calc(100% - 60px);
    vertical-align: top;
    height: 40px;
    border: none;
    font-size: 3rem;
    margin-top: 10px;
}
.wrapper section.container .item:last-of-type a{
    font-size: 3rem;
    position: absolute;
    color: #ffffff;
    width: 20%;
    display: inline-block;
    right: 4px;
    text-align: center;
    top: 15%;
}