You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

333 lines
5.0 KiB

* {
margin: 0;
padding: 0;
-webkit-appearance: none;
/*去掉浏览器默认样式*/
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
box-sizing: border-box;
}
body,
.body {
-webkit-text-size-adjust: 100%;
/*关闭自动调整字体*/
-webkit-overflow-scrolling: touch;
overflow-scrolling: touch;
}
/*pad*/
img {
max-width: 100%;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
-webkit-appearance: none;
/*去掉苹果的默认UI来渲染按钮*/
}
@media only screen and (max-width:1480px) {
.wrapper {
width: 1240px;
}
.hbanner .wrapper {
background-size: 650px auto;
}
.hrow .txt h2 {
font-size: 36px;
}
.hrow .txt p {
font-size: 18px;
}
}
/* 电脑小屏--md */
@media screen and (max-width:1200px) {
.wrapper {
width: 1170px;
}
/*价格*/
.mprice-main .wrapper {
padding-left: 150px;
position: relative;
margin-right: 20px;
}
.mprice-main {
background-size: cover;
padding-bottom: 40px;
padding-top: 100px;
}
.mprice-main .itemwrap {
white-space: nowrap;
overflow-x: scroll;
padding-top: 80px;
}
.mprice-main .item {
float: none;
display: inline-block;
vertical-align: top;
width: 200px;
}
.mprice-main .item ul.tit {
padding-left: 20px;
}
.mprice-main .itemtit {
position: absolute;
left: 0;
top: 0;
}
.mprice-main .item .btn a {
width: 120px;
height: 45px;
line-height: 45px;
font-size: 14px;
}
.mprice-explain {
padding: 60px 0;
}
.mprice-explain .wrapper {
padding: 0 20px;
}
}
/* 平板--sm */
@media screen and (max-width:992px) {
.wrapper {
width: auto;
}
.hbanner .wrapper {
background-size: 300px auto;
background-position: center 100px;
padding-top: 400px;
height: auto;
padding-bottom: 100px;
}
.hbanner-txt .btns a {
width: auto;
min-width: 120px;
height: 45px;
line-height: 45px;
}
.hbanner-txt {
padding-left: 40px;
/*text-align: center;*/
}
.hbanner-txt h2 {
font-size: 24px;
}
.hbanner-txt .list li {
margin-bottom: 15px;
}
.hrow .img {
width: auto;
float: none;
text-align: center;
padding-top: 0;
}
.hrow {
height: auto !important;
padding-bottom: 100px;
padding-top: 100px;
}
.hrow .txt {
width: auto;
float: none;
padding-top: 40px;
}
.hrow .img>img {
max-width: 220px;
}
.hrow .txt h2 {
font-size: 24px;
margin-bottom: 20px;
}
.hrow .txt p {
font-size: 14px;
padding-bottom: 10px;
}
.hfoot {
padding-top: 100px;
height: auto;
padding-bottom: 120px;
background-size: cover;
}
.hfoot h2 {
font-size: 24px;
}
.hfoot h2 br {
display: block;
}
.hfoot .btn {
width: auto;
min-width: 120px;
height: 45px;
line-height: 45px;
}
/*下载*/
.downpage {
width: auto;
margin-left: 20px;
margin-right: 20px;
margin-top: 100px;
margin-bottom: 100px;
}
.downlist {
padding: 40px 0;
}
.downlist .body {
margin-top: 40px;
}
.downlist .body li {
display: block;
margin-bottom: 40px;
}
.downlist .body .btn a {
width: auto;
min-width: 120px;
height: 45px;
line-height: 45px;
font-size: 14px;
}
/*注册*/
.form-box {
width: auto;
margin-left: 20px;
margin-right: 20px;
margin-top: 150px;
margin-bottom: 100px;
}
.form {
padding: 20px;
padding-top: 70px;
}
.form-btns button {
height: 45px;
line-height: 45px;
font-size: 14px;
}
.form-list .text {
height: 45px;
}
.form-list .textcode+img {
height: 45px;
width: 100px;
}
/*帮助中心*/
.searchBox {
height: auto;
padding-top: 20px;
padding-bottom: 20px;
}
.searchBox .wrapperBox {
width: 100%;
padding: 0 15px;
}
.tip-text {
font-size: 18px;
}
.input-group {
height: 40px;
padding-left: 40px;
border-radius: 20px;
}
.input-group .btn {
font-size: 18px;
line-height: 36px;
width: 80px
}
.input-group>img {
width: 24px;
top: 6px;
left: 10px;
}
.input-group .form-control {
line-height: 38px;
font-size: 16px;
}
h2.title {
font-size: 20px;
margin-bottom: 30px;
}
.docListBox {
width: 100%;
padding: 20px 15px;
}
.docListBox a {
width: 100%;
height: auto;
padding-top: 10px;
padding-bottom: 10px;
float:none;
font-size: 14px;
margin: 0;
border-top: 1px solid#EDEDED;
}
.docListBox a::before{
top:50%;
margin-top: -20px;
}
}
@media screen and (max-width:768px) {
/*.wrapper{
width: 750px;
}*/
}