123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125 |
- *, ::after, ::before {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box
- }
- * {
- margin: 0;
- padding: 0
- }
- body {
- color: #333;
- font-family: "微软雅黑", Arial;
- font-size: 14px;
- line-height: 24px;
- background: #fff
- }
- body, html {
- width: 100%;
- height: 100%
- }
- h1, h2, h3, p {
- margin: 0;
- padding: 0
- }
- li, ol, ul {
- list-style: none;
- margin: 0;
- padding: 0
- }
- img, li, ol, ul {
- border: none
- }
- div {
- margin: 0 0;
- padding: 0 0
- }
- a {
- text-decoration: none;
- color: #333;
- outline: 0;
- star: expression_r(this.onFocus=this.blur());
- tap-highlight-color: transparent;
- focus-ring-color: transparent;
- -webkit-tap-highlight-color: transparent;
- -webkit-focus-ring-color: transparent;
- -moz-tap-highlight-color: transparent;
- -moz-focus-ring-color: transparent
- }
- img {
- border: none
- }
- .select, .textarea, input[type=button], input[type=submit], input[type=reset] {
- -webkit-appearance: none;
- -moz-appearance: none;
- -ms-appearance: none;
- -o-appearance: none;
- appearance: none
- }
- input, input:focus, select, textarea {
- outline: 0
- }
- .clearfix:after {
- content: ".";
- display: block;
- height: 0;
- line-height: 0;
- clear: both;
- visibility: hidden
- }
- * {
- margin: 0;
- padding: 0;
- font-family: "Microsoft YaHei UI"
- }
- .fl {
- float: left;
- }
- .fr {
- float: right;
- }
- .header_top {
- width: 100%;
- height: auto;
- margin: 0 auto;
- padding: 10px 5%;
- border-bottom: 1px solid #eee;
- background: #fff;
- }
- .header_top img {
- width: auto;
- height: 40px;
- }
- .con_center {
- width: 100%;
- height: auto;
- background: #fff;
- padding-top: 20px;
- }
- .con_centerul {
- width: 93%;
- height: auto;
- margin: auto;
- }
- .con_centerul li {
- display: block;
- width: 47.75%;
- height: auto;
- float: left;
- margin: 0 0 1.5% 1.5%;
- }
- .con_centerul li a {
- display: block;
- width: 100%;
- height: auto;
- padding: 10px 0;
- border-radius: 2px;
- background: #da251c;
- color: #fff;
- text-align: center;
- }
- .con_centerul li:nth-child(2) a, .con_centerul li:nth-child(3) a, .con_centerul li:nth-child(6) a {
- background: rgba(218, 37, 28, 0.5);
- }
- .con_centerul li i {
- display: block;
- width: 30px;
- height: 30px;
- margin: auto;
- }
- .con_centerul li i.icon_1 {
- background: url(../images/icon_1.png) no-repeat center center/auto 25px;
- }
- .con_centerul li i.icon_2 {
- background: url(../images/icon_2.png) no-repeat center center/auto 25px;
- }
- .con_centerul li i.icon_3 {
- background: url(../images/icon_3.png) no-repeat center center/auto 25px;
- }
- .con_centerul li i.icon_4 {
- background: url(../images/icon_4.png) no-repeat center center/auto 25px;
- }
- .con_centerul li i.icon_5 {
- background: url(../images/icon_5.png) no-repeat center center/auto 25px;
- }
- .con_centerul li i.icon_6 {
- background: url(../images/icon_6.png) no-repeat center center/auto 25px;
- }
- .register_btn {
- display: block;
- width: 120px;
- height: 35px;
- line-height: 35px;
- background: #da251c;
- color: #fff;
- border-radius: 2px;
- text-align: center;
- margin: 20px auto
- }
- .bot_pic, .bot_pic img {
- display: block;
- width: 100%;
- height: auto;
- }
- .footer_icp {
- width: 100%;
- height: 50px;
- line-height: 50px;
- border-top: 1px solid #eee;
- background: #fff;
- font-size: 12px;
- text-align: center;
- }
- .video_list {
- width: 100%;
- min-height: 90%;
- padding: 20% 5% 5%;
- background: url(../images/video_bg.jpg) no-repeat center bottom/100% auto;
- }
- .video_list a {
- display: block;
- width: 100%;
- height: 60px;
- line-height: 60px;
- font-size: 16px;
- color: #fff;
- padding-left: 102px;
- position: relative;
- background: rgba(0, 0, 0, 0.6);
- border-radius: 2px;
- margin-bottom: 15px;
- }
- .video_list .icon_logo {
- display: block;
- width: 102px;
- height: 60px;
- text-align: center;
- position: absolute;
- left: 0;
- top: 0;
- overflow: hidden;
- }
- .video_list .icon_logo img {
- width: 102px;
- height: auto;
- }
- .videolist {
- width: 100%;
- height: auto;
- padding: 5%;
- }
- .videolistul li {
- display: block;
- width: 100%;
- min-height: 102px;
- position: relative;
- padding: 10px 10px 10px 140px;
- background: #fff;
- margin-bottom: 15px;
- }
- .videolist_pic {
- width: 120px;
- height: 80px;
- position: absolute;
- left: 10px;
- top: 10px;
- overflow: hidden;
- }
- .videolist_pic img {
- width: 100%;
- height: auto;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .videolist_tit {
- font-weight: bold;
- }
- .videolist_des {
- color: #666;
- }
- .videolist_btn {
- margin-top: 5px;
- }
- .videolist_btn a {
- display: inline-block;
- font-size: 13px;
- height: 25px;
- line-height: 25px;
- background: #da251c;
- color: #fff;
- text-align: center;
- padding: 0 10px;
- border-radius: 5px;
- margin-right: 5px;
- }
- .videolist_btn a:nth-child(2) {
- background: #f27609;
- }
- .edit {
- width: 100%;
- height: auto;
- overflow: hidden;
- }
- .edit img {
- max-width: 100%;
- height: auto;
- }
- .edit video {
- width: 100%;
- height: auto;
- }
- /* 选择注册类型开始 */
- .register_con {
- width: 100%;
- min-height: 100%;
- background: url(../images/video_bg.jpg) no-repeat center top/cover;
- padding: 15vw 0;
- }
- /* .logo_top{ width:100%; height:auto; padding:50px 0 0; text-align:center; }
- .logo_top img{ width:auto; height:40px; } */
- .register_tit {
- width: 100%;
- height: auto;
- text-align: center;
- }
- .register_tit h2 {
- font-weight: normal;
- font-size: 20px;
- height: 30px;
- line-height: 30px;
- margin-bottom: 10px;
- }
- .register_tit p {
- color: #666;
- font-size: 16px;
- }
- .register_list {
- width: 90%;
- height: auto;
- margin: 15px auto 0;
- background: rgba(255, 255, 255, 0.6);
- padding: 5vw;
- border-radius: 5px;
- box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
- }
- .register_list a {
- display: block;
- width: 100%;
- height: 40px;
- line-height: 38px;
- margin-bottom: 15px;
- border-radius: 30px;
- background: #da251c url(../images/icon_jt.png) no-repeat 96% center/20px auto;
- color: #fff;
- padding: 0 20px;
- font-weight: bold;
- }
- .icon_zc {
- display: inline-block;
- width: 40px;
- height: 30px;
- background: url(../images/icon_zc.png) no-repeat center center/25px auto;
- vertical-align: top;
- }
- .agree_w {
- display: none;
- width: 100%;
- height: 100%;
- z-index: 1;
- position: fixed;
- left: 0;
- top: 0;
- }
- .agree_w .bg {
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.5);
- z-index: 2;
- position: fixed;
- left: 0;
- top: 0;
- }
- .agree_con {
- width: 88%;
- height: 450px;
- background: #fff;
- position: fixed;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- z-index: 3;
- }
- .agree_tit {
- width: 100%;
- height: 50px;
- line-height: 50px;
- background: #fff;
- text-align: center;
- font-size: 18px;
- font-weight: bold;
- }
- .agree_scroll {
- height: 310px;
- overflow: auto;
- padding: 15px;
- }
- .agree_bot_w {
- width: 100%;
- height: 90px;
- padding: 10px 15px 0;
- }
- .agree_bot {
- padding-top: 10px;
- }
- .agree_bot a {
- display: block;
- width: 47%;
- height: 35px;
- line-height: 33px;
- background: #fff;
- text-align: center;
- border: 1px solid #ddd;
- border-radius: 5px;
- float: left;
- }
- .agree_bot a:last-child {
- background: #da251c;
- color: #fff;
- border-color: #da251c;
- float: right;
- }
- /* 注册界面开始 */
- .register_text input[type="text"], .register_text select, .register_text_con input[type="text"], .register_text_con select {
- height: 35px;
- line-height: 35px;
- padding: 0 10px;
- border-radius: 5px;
- border: none; /* box-shadow:0 3px 3px rgba(0,0,0,0.1); */
- }
- .register_text {
- width: 100%;
- height: auto;
- padding: 20px 15px;
- }
- .register_text_top h3 {
- font-size: 5vw;
- font-weight: normal;
- margin-bottom: 10px;
- }
- .register_text_top p {
- color: #666;
- font-size: 14px;
- line-height: 20px;
- }
- .register_text_con {
- width: 100%;
- height: auto;
- }
- .register_text_ul {
- width: 100%;
- height: auto;
- }
- .register_text_ul li {
- display: block;
- width: 100%;
- height: auto;
- padding-left: 85px;
- position: relative;
- margin: 15px 0;
- }
- .table_w {
- width: 80px;
- text-align: left;
- display: table;
- position: absolute;
- left: 0;
- top: 0;
- font-weight: bold;
- min-height: 35px;
- line-height: 17.5px;
- }
- .table_w .table_cell {
- display: table-cell;
- vertical-align: middle;
- }
- .register_text_ul li .input_text {
- width: 100%;
- }
- .bot_sm {
- color: #666;
- width: 100%;
- border-top: 1px solid #ddd;
- margin-top: 25px;
- padding-top: 10px;
- font-size: 12px;
- line-height: 20px;
- }
- .two_select {
- width: 48%;
- float: left;
- margin-right: 2%;
- margin-bottom: 10px;
- }
- .one_select {
- width: 100%;
- }
- .register_text_ul .send_yzm {
- display: block;
- width: 110px;
- height: 35px;
- line-height: 35px;
- background: #da251c;
- text-align: center;
- color: #fff;
- border-radius: 0 5px 5px 0;
- position: absolute;
- right: 0;
- top: 0;
- }
- .go_register {
- display: block;
- width: 100%;
- height: 45px;
- line-height: 45px;
- background: #da251c;
- color: #fff;
- text-align: center;
- border-radius: 5px;
- font-size: 16px;
- margin: 30px 0;
- }
- .select_list {
- width: 100%;
- height: auto;
- }
- .select_con {
- float: left;
- margin-right: 15px;
- }
- .select_con .select_w, .select_con label {
- vertical-align: middle;
- }
- .select_con .select_w {
- display: inline-block;
- width: 18px;
- height: 18px;
- border: 1px solid #bbb;
- background: #fff;
- border-radius: 50%;
- position: relative;
- }
- .select_con input {
- position: absolute;
- left: 0;
- top: 0;
- width: 18px;
- height: 18px;
- opacity: 0;
- z-index: 1;
- }
- .select_concur .select_w {
- background: url(../images/icon_select.png) no-repeat center center/18px 18px;
- border: none;
- }
- .select_list_check {
- padding-top: 5px;
- }
- .select_list_show {
- display: none;
- }
- .sort {
- display: block;
- width: 100%;
- height: 30px;
- line-height: 30px;
- }
- .select_list_con input[type="checkbox"], .select_list_qt input[type="checkbox"] {
- width: 17px;
- height: 17px;
- vertical-align: middle;
- margin-right: 5px;
- }
- .select_list_show {
- padding-left: 20px;
- margin-bottom: 10px;
- }
- .select_list_show label {
- display: inline-block;
- margin-right: 10px;
- }
- .select_list_qt {
- display: block;
- padding: 5px 0 0;
- }
- .select_list_qt .qx {
- display: block;
- }
- /* 在线咨询开始 */
- .zixun_center {
- width: 100%;
- padding: 15px;
- }
- .problem {
- display: block;
- width: 130px;
- height: 30px;
- line-height: 30px;
- background: #da251c;
- color: #fff;
- text-align: center;
- }
- .problem span {
- font-family: "宋体";
- margin-left: 5px;
- }
- .problem_ts {
- font-size: 12px;
- color: #666;
- padding: 8px 0 0;
- }
- .problem_mk_tit {
- color: #fa7c5a;
- }
- .problem_mk_des {
- color: #000;
- margin: 10px 0 0;
- }
- .problem_public {
- width: 100%;
- }
- .problem_public a {
- display: block;
- width: 32%;
- height: 30px;
- line-height: 30px;
- margin-right: 2%;
- float: left;
- background: #da251c;
- color: #fff;
- text-align: center;
- border-radius: 5px;
- border: 1px solid #da251c;
- }
- .problem_public a:last-child {
- margin-right: 0;
- }
- .problem_public a.cur {
- background: #FFF;
- color: #da251c;
- border: 1px solid #da251c;
- }
- .problem_textarea {
- width: 100%;
- height: 100px;
- border: 1px solid #ddd;
- border-radius: 5px;
- resize: none;
- padding: 10px;
- }
- .problem_pic {
- width: 100%;
- height: auto;
- background: #fff;
- border-radius: 5px;
- border: 1px solid #ddd;
- padding: 10px;
- }
- .label_pic {
- display: block;
- width: 20vw;
- height: 20vw;
- float: left;
- margin: 0 1vw 1vw 0;
- }
- .label_pic img {
- width: 100%;
- }
- .label_pic input[type="file"] {
- display: none;
- }
- .problem_piclist {
- width: 20vw;
- height: 20vw;
- position: relative;
- float: left;
- overflow: hidden;
- border: 1px solid #ddd;
- margin: 0 1vw 1vw 0;
- }
- .problem_piclist img {
- display: block;
- width: 100%;
- height: auto;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .delete {
- display: block;
- width: 30px;
- height: 30px;
- background: url(../images/delico.png) no-repeat center center/20px 20px;
- position: absolute;
- right: 0;
- top: 0;
- text-indent: -9999px;
- }
- .problem_mk .go_register {
- margin: 0 auto 50px;
- }
- .problem_mk .register_text_ul {
- margin-top: -10px;
- }
- .problem_mkcon {
- display: none;
- }
- .problem_mkcon .table_w {
- font-size: 13px;
- }
- /* 相关问题 */
- .problem_list {
- width: 100%;
- height: auto;
- padding: 15px;
- }
- .problem_list_tit {
- font-size: 18px;
- text-align: center;
- color: #999;
- padding: 10px 0;
- }
- .problem_listul li, .problem_listul li a {
- display: block;
- width: 100%;
- height: auto;
- }
- .problem_listul li {
- padding: 10px 0;
- }
- .problem_listul_tit {
- margin-bottom: 10px;
- }
- .problem_listul img {
- display: block;
- width: 100%;
- height: auto;
- }
- /* 售后申请 */
- .shouhou_center {
- width: 100%;
- height: auto;
- text-align: center;
- padding: 15vw 0 0;
- }
- .shouhou_top {
- width: 20vw;
- height: auto;
- margin: 0 auto 5vw;
- }
- .shouhou_top img {
- display: block;
- width: 100%;
- height: auto;
- }
- .public_btn {
- display: block;
- width: 65%;
- height: 45px;
- line-height: 43px;
- border: 1px solid #da251c;
- text-align: center;
- font-size: 4vw;
- margin: 5vw auto;
- border-radius: 5px;
- }
- .public_btn i {
- display: inline-block;
- margin-right: 5px;
- width: 20px;
- height: 45px;
- vertical-align: top;
- }
- .shenqing_btn {
- background: #da251c;
- color: #fff;
- }
- .jl_btn {
- background: #fff;
- color: #da251c;
- }
- .public_btn .icon_sh_1 {
- background: url(../images/icon_sh_1.png) no-repeat center center/20px auto;
- }
- .public_btn .icon_sh_2 {
- background: url(../images/icon_sh_2.png) no-repeat center center/20px auto;
- }
- .zhinan_btn {
- display: block;
- font-size: 5vw;
- color: #da251c;
- line-height: 12vw;
- }
- .zhinan_btn .icon_sh_3 {
- display: inline-block;
- margin-right: 5px;
- width: 8vw;
- height: 12vw;
- vertical-align: top;
- background: url(../images/icon_sh_3.png) no-repeat center center/8vw auto;
- }
- .footer_ll {
- width: 100%;
- height: auto;
- padding: 15px;
- background: #e9e9e9;
- font-size: 12px;
- text-align: left;
- color: #666;
- position: absolute;
- bottom: 0;
- left: 0;
- }
- .zhinan_enter {
- color: #da251c;
- font-size: 12px;
- }
- /* 申请记录 */
- .jilu_center {
- width: 100%;
- height: auto;
- padding: 10px;
- }
- table {
- width: 100%;
- height: auto;
- border-collapse: collapse;
- }
- table, table tr th, table tr td {
- border: 1px solid #e8e8e8;
- padding: 5px 10px;
- }
- table tr th {
- background: #da251c;
- color: #fff;
- text-align: center;
- }
- table tr td {
- font-size: 12px;
- color: #666;
- }
- .height50 {
- width: 100%;
- height: 50px;
- clear: both;
- }
- .peifu_btn {
- display: block;
- width: 100%;
- height: 50px;
- line-height: 48px;
- border-top: 1px solid #ddd;
- color: #da251c;
- text-align: center;
- font-size: 4vw;
- position: fixed;
- left: 0;
- bottom: 0;
- }
- .yaoqing_center {
- width: 100%;
- height: auto;
- padding: 20vw 0 10vw;
- }
- .touxiang {
- width: 20vw;
- height: 20vw;
- border-radius: 50%;
- overflow: hidden;
- position: relative;
- margin: auto;
- background: #fff;
- }
- .touxiang img {
- display: block;
- width: 100%;
- height: auto;
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- }
- .erweima {
- width: 60%;
- margin: auto;
- padding-top: 20px;
- }
- .erweima img {
- display: block;
- width: 100%;
- height: auto;
- }
- .yaoqingma {
- width: 60%;
- height: 40px;
- line-height: 40px;
- margin: 15px auto;
- border-radius: 20px;
- border: 1px solid #da251c;
- text-align: center;
- overflow: hidden;
- }
- .yaoqingma span {
- display: block;
- float: left;
- width: 65%;
- height: 38px;
- line-height: 38px;
- }
- .yaoqingma span.yq_tit {
- border-right: 1px solid #da251c;
- width: 35%;
- background: #da251c;
- color: #fff;
- border-radius: 20px 0 0 20px;
- }
- .yaoqing_ts {
- text-align: center;
- margin-top: 10vw;
- color: #666;
- }
- .chaxun_top {
- width: 100%;
- height: auto;
- }
- .chaxun_top img {
- display: block;
- width: 100%;
- height: auto;
- }
- .chaxun_text {
- width: 100%;
- height: auto;
- padding: 3%;
- }
- .chaxun_text input {
- width: 100%;
- height: 40px;
- border: 1px solid #ddd;
- border-radius: 5px;
- padding: 0 10px;
- font-family: "微软雅黑";
- }
- .chaxun_btn a {
- display: block;
- float: left;
- margin-left: 3%;
- width: 45.5%;
- text-align: center;
- color: #fff;
- border-radius: 5px;
- height: 55px;
- line-height: 55px;
- background: #da251c;
- color: #fff;
- font-size: 18px;
- }
- .chaxunedit {
- padding: 3%;
- }
- .pro_scroll {
- position: relative;
- }
- .pro_scroll .swiper-container {
- width: 100%;
- position: relative;
- }
- .pro_scroll .swiper-slide {
- text-align: center;
- font-size: 18px;
- background: #fff;
- }
- .pro_scroll .swiper-slide img {
- width: 100%;
- display: block;
- }
- .pro_scroll .arrow {
- position: absolute;
- z-index: 9;
- top: 50%;
- font-size: 32px;
- color: #999999;
- cursor: pointer;
- }
- .pro_scroll .arrow-left {
- left: 0;
- }
- .pro_scroll .arrow-right {
- right: 0;
- }
|