.content{
    width: 1220px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 48px;
}
.content h1{
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
    margin: 16px 0px;
}
.content h1 p{
    display: inline-block;
    font-size: 12px;
    color: #222222;
    position: absolute;
}
.content .content-help-left{
    width: 160px;
    float: left;
    border: 1px solid #999999;
}
.content .content-help-left p{
    display: block;
    width: 160px;
    height: 41px;
    font-size: 14px;
    font-weight: 600;
    color: #373737;
    line-height: 41px;
    padding: 0px 52px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
    cursor: pointer;
}
.content .content-help-left p .icon{
    position: absolute;
    top: 12px;
    right: 12px;
    color: #999999;
}
.content .content-help-left .up .icon{
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); 	/* IE 9 */
    -moz-transform:rotate(180deg); 	/* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);
}
.content .content-help-left span{
    width: 58px;
    height: 1px;
    background-color: #32B2E8;
}
.content .content-help-left span b{
    width: 50px;
    height: 1px;
    background-color: #EEEEEE;
}
.content .content-help-left ul{
    border-bottom: 1px solid #EEEEEE;
}
.content .content-help-left li{
    width: 100%;
    height: 29px;
    line-height: 29px;
    padding: 0px 0px 0px 52px;
}
.content .content-help-left ul li:first-child{
    margin-top: 5px;
}
.content .content-help-left ul li:last-child{
    margin-bottom: 5px;
}
.content .content-help-left li a{
    width: 100%;
    height: 17px;
    font-size: 12px;
    color: #464646;
    line-height: 29px;
}
.content-help-left ul .active{
    color: #32B2E8;
}
.content .content-help-left li:hover a{
    color: #32B2E8;
}
/* 右边 */
.content-right{
    float: right;
    width: 1032px;
    height: auto;
}
.search-box{
    width: 1032px;
    height: 160px;
    background: url(/images/helpCenter.png)no-repeat;
    background-size: 1032px 160px;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.search-box h3{
    width: auto;
    height: 33px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 33px;
    /* margin-bottom: 17px; */
    font-weight: normal;
}
.search-box .search{
    width: 674px;
    height: 48px;
}
.search-box #search{
    width: 626px;
    height: 48px;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #32B2E8;
    border-radius: 0px;
}
.search-box label{
    float: left;
    display: block;
    height: 48px;
    width: 48px;
    background-color: #32B2E8;
    cursor: pointer;
}
.search-box label .icon{
    font-size: 28px;
    color: white;
    margin: 10px;
}
.craft-box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.craft-box .craft-detail{
    width: 300px;
    height: 148px;
    background: #FFFFFF;
    border-radius: 2px;
    cursor: pointer;
    margin: 32px 66px 0px 0px;
}
.craft-box .craft-detail:nth-child(3n){
    margin-right: 0px;
}
.craft-box .craft-detail a{
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.craft-box .craft-detail:hover{
    /* background-color: #32B2E8; */
    box-shadow: 0 13px 35px 0 rgba(0, 0, 0, .19);
    -webkit-transition: all .3s cubic-bezier(.55, 0, .1, 1);
    transition: all .3s cubic-bezier(.55, 0, .1, 1);
}
/* .craft-box .craft-detail:hover p{
    color: #FFFFFF;
} */
.craft-box .craft-detail p{
    width: 100%;
    height: 20px;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: center;
    margin-top: 16px;
}
.touch-box{
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.touch-box .touch{
    width: 334px;
    height: 148px;
    background: #FFFFFF;
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}
.touch-box .touch .left{
    font-size: 40px;
    color: #32B2E8;
}
.touch-box .touch .center{
    margin-left: 16px;
}
.touch-box .touch .center span{
    display: block;
    width: auto;
    height: 22px;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.touch-box .touch .center p{
    display: block;
    width: auto;
    height: 27px;
    font-size: 18px;
    color: #222222;
    line-height: 27px;
}
.touch-box .touch .center b{
    display: block;
    width: auto;
    height: 17px;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
}
.touch-box .touch .center i{
    color: #666666;
    font-style: normal;
}
.touch-box .touch .right{
    margin-left: 16px;
}
.touch-box .touch .right a{
    display: block;
    width: 100px;
    height: 32px;
    background: #32B2E8;
    border-radius: 2px;
    text-align: center;
    line-height: 32px;
    color: #FFFFFF;
    font-size: 12px;
}
