12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352 |
- html,
- body,
- div,
- ul,
- li,
- dl,
- dt,
- dd,
- p,
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- margin: 0;
- padding: 0;
- }
- body {
- line-height: 1.5;
- font-size: 14px;
- font-family: "微软雅黑";
- background: #fff;
- }
- a {
- text-decoration: none;
- color: inherit;
- }
- h1,
- h2,
- h3,
- h4,
- h5,
- h6 {
- font-style: normal;
- font-weight: normal;
- }
- ul,
- li,
- dl,
- dt,
- dd {
- list-style: none;
- }
- .wrap {
- max-width: 1180px;
- margin: 0 auto;
- }
- .grey-bg {
- background: #FAFBFC;
- }
- .btn {
- position: relative;
- display: inline-block;
- width: 150px;
- height: 44px;
- line-height: 44px;
- background: rgba(255, 255, 255, 0);
- border: 1px solid rgba(255, 255, 255, .3);
- border-radius: 22px;
- font-size: 20px;
- /* font-weight: 600; */
- }
- .btn-service {
- border-color: #fff;
- background: #fff;
- color: #2669DE;
- }
- .arrow {
- position: absolute;
- width: 8px;
- height: 14px;
- margin-left: 5px;
- top: 50%;
- transform: translateY(-50%);
- }
- .arrow:before,
- .arrow:after {
- content: ' ';
- width: 0;
- height: 0;
- display: block;
- position: absolute;
- left: 0;
- top: 0;
- border-top: 7px transparent dashed;
- border-right: 8px transparent dashed;
- border-bottom: 7px transparent dashed;
- border-left: 8px white solid;
- overflow: hidden;
- }
- .arrow:before {
- left: 3px;
- /*重要*/
- border-left: 8px #266DDF solid;
- }
- .arrow:after {
- border-left: 8px white solid;
- }
- .icon {
- display: inline-block;
- vertical-align: middle;
- background-image: url("../image/icon.png");
- background-repeat: no-repeat;
- }
- .icon-advantage1,
- .icon-advantage2,
- .icon-advantage3,
- .icon-advantage4 {
- width: 70px;
- height: 70px;
- }
- .icon-advantage2 {
- background-position: -76px 0;
- }
- .icon-advantage3 {
- background-position: -152px 0;
- }
- .icon-advantage4 {
- background-position: -228px 0;
- }
- .icon-procedure1,
- .icon-procedure2,
- .icon-procedure3,
- .icon-procedure4,
- .icon-procedure5 {
- width: 60px;
- height: 63px;
- background-position: 0 -82px;
- }
- .icon-procedure2 {
- background-position: -72px -82px;
- }
- .icon-procedure3 {
- background-position: -145px -82px;
- }
- .icon-procedure4 {
- background-position: -216px -82px;
- }
- .icon-procedure5 {
- background-position: -286px -82px;
- }
- .icon-qq {
- width: 20px;
- height: 24px;
- background-position: -20px -154px;
- }
- .icon-qq2 {
- width: 16px;
- height: 19px;
- background-position: 0 -157px;
- }
- .icon-qq3 {
- width: 12px;
- height: 14px;
- background-position: 0 -211px;
- }
- .icon-serve {
- width: 24px;
- height: 20px;
- background-position: -89px -155px;
- }
- .icon-totop {
- width: 18px;
- height: 10px;
- background-position: -118px -160px;
- }
- .icon-serve-big {
- width: 36px;
- height: 29px;
- background-position: -206px -150px;
- }
- .clr {
- zoom: 1;
- }
- .clr:after {
- content: ' ';
- display: table;
- clear: both;
- }
- /* 顶部 */
- .header {
- height: 80px;
- line-height: 80px;
- }
- .logo {
- float: left;
- color: #333;
- font-weight: 700;
- font-size: 0;
- }
- .logo * {
- display: inline-block;
- vertical-align: middle;
- }
- .logo span {
- margin-left: 5px;
- font-size: 20px;
- }
- .tools {
- float: right;
- }
- .tools a {
- margin-left: 12px;
- }
- /* banner */
- .banner {
- padding: 1px 0;
- height: 553px;
- background-image: url("../image/banner.png");
- background-position: top center;
- background-repeat: no-repeat;
- color: #fff;
- }
- .banner .wrap {
- text-align: center;
- }
- .banner .wrap>div {
- text-align: center;
- }
- .banner strong {
- display: block;
- position: relative;
- margin-top: 60px;
- font-size: 42px;
- font-weight: 700;
- }
- /* .banner strong:after {
- content: ' ';
- position: absolute;
- top: 100%;
- left: 50%;
- width: 42px;
- height: 4px;
- margin-top: 25px;
- background: rgba(252, 253, 255, 1);
- border-radius: 2px;
- transform: translateX(-50%);
- } */
- .banner p {
- margin: 30px 0;
- line-height: 2;
- font-size: 18px;
- }
- .banner .btn {
- margin: 0 20px;
- }
- .qq-list {
- margin-top: 10px;
- }
- .qq-list a {
- margin: 0 20px 0 5px;
- }
- /* 我们的优势 */
- .advantage-bg {
- height: 730px;
- }
- .advantage {
- position: relative;
- top: -75px;
- padding: 50px 106px 105px;
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 13px 31px 0px rgba(161, 167, 178, 0.08);
- border-radius: 10px;
- }
- .title {
- font-size: 31px;
- color: #3A4250;
- font-weight: bold;
- }
- .title-info {
- margin-top: 20px;
- color: #3A4250;
- }
- .advantage-list {
- display: flex;
- flex-wrap: wrap;
- }
- .advantage-list li {
- position: relative;
- box-sizing: border-box;
- flex: 0 0 50%;
- padding-left: 110px;
- margin-top: 80px;
- }
- .advantage-list li .icon {
- position: absolute;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .advantage-list li p {
- width: 250px;
- color: #7F8FA4;
- }
- .advantage-list li strong {
- display: block;
- margin-bottom: 5px;
- font-weight: 600;
- font-size: 16px;
- color: rgba(58, 66, 80, 1);
- }
- /* 视频介绍 */
- .video-play {
- position: relative;
- height: 279px;
- margin: 30px auto 50px;
- background-image: url("../image/play-bg.png");
- background-repeat: no-repeat;
- background-position: top center;
- background-size: cover;
- border-radius: 10px;
- box-shadow: 0px 13px 31px 0px rgba(43, 97, 218, 0.32);
- }
- .video-play .title,
- .video-play .title-info {
- color: #fff;
- }
- .play {
- position: absolute;
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- display: block;
- width: 118px;
- height: 118px;
- background-image: url("../image/play.png");
- background-repeat: no-repeat;
- opacity: 0.7;
- transition: all .5s;
- cursor: pointer;
- }
- .play:hover {
- opacity: 1;
- }
- /* 不一样的签名不一样的优点 */
- .different {
- position: relative;
- top: 200px;
- margin: 40px 0 55px;
- padding: 60px 106px 0;
- height: 408px;
- background: rgba(240, 241, 245, 1);
- box-shadow: 0px 13px 31px 0px rgba(118, 125, 136, 0.08);
- border-radius: 10px;
- }
- .different:after {
- content: ' ';
- position: absolute;
- right: 56px;
- bottom: 0;
- width: 388px;
- height: 407px;
- background: url("../image/bg.png");
- }
- .different-list {
- margin-top: 60px;
- }
- .different-list dt {
- position: relative;
- margin-bottom: 60px;
- font-size: 20px;
- color: #2A9FF6;
- }
- .different-list dt:after {
- content: ' ';
- position: absolute;
- top: 100%;
- left: 0;
- margin-top: 20px;
- width: 23px;
- height: 3px;
- background: rgba(42, 159, 246, 1);
- border-radius: 2px;
- }
- .different-list dd {
- margin-bottom: 20px;
- color: #3A4250
- }
- .different-list dd:before {
- content: ' ';
- display: inline-block;
- vertical-align: middle;
- width: 6px;
- height: 6px;
- margin-right: 10px;
- background: rgba(42, 159, 246, 1);
- border-radius: 50%;
- }
- /* 流程 */
- .procedure-box {
- padding: 90px 0 120px;
- }
- .procedure-box .title {
- text-align: center;
- }
- .procedure-list {
- display: flex;
- margin-top: 110px;
- }
- .procedure-list li {
- position: relative;
- flex: 1;
- text-align: center;
- font-size: 16px;
- color: #3A4250;
- }
- .procedure-list li:after {
- content: ' ';
- position: absolute;
- top: 29px;
- right: 0;
- width: 0;
- height: 0;
- border-style: solid;
- border-color: transparent transparent transparent rgba(42, 159, 246, .5);
- border-width: 7px 0 7px 11px;
- }
- .procedure-list li:last-child:after {
- display: none;
- }
- .procedure-list li p {
- margin-top: 20px;
- }
- /* 常见问题 */
- .problem-box {
- padding: 80px 0 100px;
- }
- .problem-box .title {
- text-align: center;
- }
- .problem-list {
- margin-top: 85px;
- color: #A3A4A8;
- }
- .problem-list li {
- margin-top: 45px;
- }
- .problem-list strong {
- color: #3A4250;
- font-size: 20px;
- }
- .problem-list p {
- margin-top: 5px;
- }
- .problem-list p span {
- font-size: 20px;
- }
- /* 底部 */
- .foot {
- padding: 35px 0 64px;
- background: rgba(18, 23, 36, 1);
- }
- .foot .logo {
- float: none;
- }
- .foot .logo,
- .foot-list,
- .foot-list li {
- display: inline-block;
- vertical-align: top;
- color: #949EBA;
- }
- .foot .logo {
- color: #fff;
- }
- .foot-list li {
- margin-left: 185px;
- }
- .foot-list strong {
- display: block;
- margin-bottom: 15px;
- color: #fff;
- }
- .foot-copy {
- height: 42px;
- line-height: 42px;
- background: #0A0E19;
- text-align: center;
- font-size: 12px;
- color: #999EA9;
- }
- .contact-us {
- position: relative;
- }
- .contact-us:before {
- content: ' ';
- position: absolute;
- left: -25px;
- display: block;
- width: 16px;
- height: 19px;
- background-image: url("../image/icon.png");
- background-position: 0 -157px;
- background-repeat: no-repeat;
- }
- /* 改版升级 */
- .Yellowbtn {
- width: 274px;
- height: 36px;
- line-height: 36px;
- color: #fff;
- background: #FFB417;
- border-radius: 18px;
- margin: 0px auto;
- font-size: 18px;
- }
- .banner-tip {
- margin: 35px auto;
- font-size: 18px;
- }
- .diff {
- padding-bottom: 200px;
- }
- /* 弹窗 */
- .pop-bg {
- display: none;
- z-index: 10;
- position: fixed;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- background: #000;
- opacity: .16;
- filter: alpha(opacity=16);
- }
- .pop {
- display: none;
- z-index: 11;
- position: fixed;
- top: 50%;
- left: 50%;
- width: 650px;
- padding: 80px 0 100px;
- margin: -219px 0 0 -325px;
- background: #fff;
- border-radius: 10px;
- box-shadow: 0px 13px 31px 0px rgba(5, 12, 22, 0.08);
- text-align: center;
- overflow: hidden;
- }
- .closed {
- position: absolute;
- top: 25px;
- right: 25px;
- width: 12px;
- height: 12px;
- transform: rotate(45deg);
- cursor: pointer;
- }
- .closed:before,
- .closed:after {
- content: ' ';
- position: absolute;
- background: #354052;
- }
- .closed:before {
- width: 2px;
- height: 12px;
- left: 50%;
- top: 0;
- transform: translateX(-50%);
- }
- .closed:after {
- width: 12px;
- height: 2px;
- left: 0;
- top: 50%;
- transform: translateY(-50%);
- }
- .pop h3 {
- margin-bottom: 15px;
- font-size: 20px;
- font-weight: 700;
- }
- .pop-tip {
- margin: 70px 0;
- font-size: 20px;
- color: #252E3D;
- }
- .pop-tip .icon {
- margin: -4px 15px 0 0;
- }
- .pop .btn {
- width: 160px;
- height: 44px;
- line-height: 44px;
- background: #269bff;
- border-color: #269bff;
- font-size: 16px;
- color: #fff;
- text-align: center;
- }
- @keyframes move-bg {
- to {
- left: -1180px;
- }
- }
- .pop:before,
- .pop:after {
- animation: move-bg 25s linear infinite;
- }
- .pop:after {
- animation-duration: 30s;
- }
- .pop:before,
- .pop:after {
- content: " ";
- position: absolute;
- left: 0;
- bottom: 0;
- width: 2360px;
- height: 70px;
- opacity: .56;
- filter: alpha(opacity=56);
- background-image: url("../image/case-bg.png");
- background-repeat: no-repeat;
- background-position: left top;
- }
- .pop:after {
- opacity: .3;
- filter: alpha(opacity=3);
- background-image: url("../image/case-bg1.png");
- }
- @keyframes in {
- from {
- transform: translateY(100px)
- }
- to {
- transform: translateY(0)
- }
- }
- .in {
- animation: in .3s;
- }
- @keyframes out {
- from {
- transform: translateY(0)
- }
- to {
- transform: translateY(150px);
- opacity: 0;
- }
- }
- .out {
- animation: out .5s;
- }
- /* 视频 */
- #video-box {
- display: none;
- position: fixed;
- top: 0px;
- z-index: 999;
- width: 100%;
- height: 100%;
- background: rgba(0, 0, 0, 0.6);
- }
- #video-box>div {
- position: relative;
- width: 70%;
- margin: 30px auto;
- }
- #close-video {
- position: absolute;
- z-index: 1;
- top: -37px;
- right: -13px;
- width: 46px;
- height: 46px;
- background: transparent;
- border: none;
- font-size: 30px;
- color: #fff;
- outline: none;
- cursor: pointer;
- }
- #video {
- display: block;
- margin: 0 auto;
- width: 100%;
- max-width: 270px;
- }
- /* 侧边客服 */
- .serve-top {
- position: fixed;
- bottom: 50px;
- right: 0;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(223, 225, 230, 1);
- border-radius: 3px;
- }
- .serve-info,
- .to-top {
- width: 50px;
- height: 50px;
- line-height: 50px;
- }
- .serve-info>span,
- .to-top>span {
- display: block;
- width: 100%;
- height: 100%;
- text-align: center;
- cursor: pointer;
- }
- .serve-info:hover .icon-serve {
- background-position: -61px -155px;
- }
- .to-top:hover .icon-totop {
- background-position: -138px -159px;
- }
- .serve-info {
- position: relative;
- }
- .icon-serve-box {
- display: none;
- position: absolute;
- right: 100%;
- bottom: -15px;
- margin-right: -1px;
- padding: 20px 28px;
- width: 130px;
- line-height: 2;
- background: rgba(255, 255, 255, 1);
- border: 1px solid rgba(223, 225, 230, 1);
- box-shadow: 0px 6px 7px 0px rgba(65, 73, 79, 0.06);
- border-radius: 3px;
- }
- .icon-serve-box strong {
- display: block;
- padding-bottom: 7px;
- margin-bottom: 15px;
- position: relative;
- }
- .icon-serve-box strong:after {
- content: ' ';
- position: absolute;
- top: 100%;
- left: 0;
- width: 21px;
- height: 2px;
- background: rgba(62, 135, 230, 1);
- border-radius: 1px;
- }
- .serve-qq-list li {
- line-height: 40px;
- }
- .serve-qq-list li i {
- margin: -4px 15px 0 0;
- }
- .serve-qq-list li a:hover {
- color: #3E87E6;
- }
- .serve-qq-list .btn {
- float: right;
- width: 100px;
- height: 32px;
- line-height: 32px;
- }
- .pop .serve-qq-list li {
- width: 80%;
- text-align: left;
- margin: 5px auto;
- }
- .serve-info:hover .icon-serve-box {
- display: block;
- }
- .phone-serve {
- z-index: 50;
- display: none;
- position: fixed;
- right: 10px;
- bottom: 10px;
- }
- .serve-info-fixed {
- position: fixed;
- bottom: 200px;
- right: 20px;
- width: 107px;
- text-align: center;
- }
- .serve-info-fixed > div,
- .phone-serve > div {
- margin: 0 0 10px;
- padding: 10px 0;
- background: #fff;
- width: 107px;
- border: #DFE1E6 1px solid;
- color: #7A7F88;
- text-align: center;
- }
- .serve-info-fixed > div strong,
- .phone-serve > div strong {
- display: block;
- margin-top: 10px;
- font-weight: normal;
- }
- .phone-serve > div {
- width: 90px;
- }
- .phone-serve > div img {
- width: 70px;
- }
- .serve-info-fixed .serve-qq-list li {
- margin-bottom: 7px;
- height: 26px;
- line-height: 26px;
- background: #3EA2FF;
- color: #fff;
- font-size: 12px;
- border-radius: 3px;
- }
- .serve-info-fixed .serve-qq-list li:nth-child(2){
- background:#FFA200;
- }
- .serve-info-fixed .serve-qq-list li:nth-child(3){
- background:#33CC99;
- }
- .serve-info-fixed .serve-qq-list li i {
- margin-right: 5px;
- }
- .serve-info-fixed .serve-qq-list li a:hover {
- color: #fff;
- }
- /* 我们的优势 */
- .ours-advantage-box {
- margin-top: 70px;
- }
- .ours-advantage-box .title {
- text-align: center;
- }
- .subhead {
- text-align: center;
- color: #3A4250;
- font-size: 16px;
- }
- .ours-advantage {
- margin-top: 68px;
- }
- .ours-advantage dl {
- position: relative;
- float: left;
- width: 30%;
- padding: 80px 0;
- margin-top: 56px;
- text-align: center;
- background: #F2F3F5;
- box-shadow: 0px 13px 31px 0px rgba(43, 97, 218, 0.3);
- }
- .ours-advantage dl.app {
- z-index: 3;
- width: 40%;
- margin: 0;
- padding-top: 40px;
- background: linear-gradient(-45deg, rgba(57, 178, 255, 1), rgba(23, 67, 191, 1));
- border-radius: 10px;
- color: #fff;
- }
- .ours-advantage dl:nth-child(2) {
- z-index: 2;
- }
- .ours-advantage dt {
- position: relative;
- padding-bottom: 25px;
- margin-bottom: 60px;
- font-size: 24px;
- font-weight: bold;
- color: #3A4250;
- }
- .ours-advantage dl.app dt {
- font-size: 30px;
- color: #fff;
- }
- .ours-advantage dt img {
- display: block;
- margin: 0 auto 20px;
- }
- .ours-advantage dt:after {
- content: ' ';
- position: absolute;
- left: 50%;
- bottom: 0;
- transform: translateX(-50%);
- width: 30px;
- height: 3px;
- background: rgba(43, 132, 228, 1);
- border-radius: 2px;
- }
- .ours-advantage dl.app dt:after {
- background: #FFE534;
- }
- .ours-advantage dd {
- width: 50%;
- margin: 30px auto 0;
- text-align: left;
- color: #7A7F88;
- font-size: 18px;
- }
- .ours-advantage dl.app dd {
- width: 70%;
- color: #fff;
- }
- .ours-advantage dl.app dd:before {
- content: ' ';
- display: inline-block;
- vertical-align: middle;
- margin: -4px 15px 0 0;
- width: 10px;
- height: 10px;
- background: #ffe534;
- border-radius: 100%;
- }
- /* 自适应 */
- @media only screen and (max-width: 1180px) {
- .wrap {
- margin: 0 10px;
- }
- .ours-advantage dd,
- .ours-advantage dl.app dd {
- width: 90%;
- }
- .ours-advantage-box,
- .ours-advantage {
- margin-top: 30px;
- }
- }
- @media only screen and (max-width: 1000px) {
- .banner {
- height: auto;
- padding: 30px 0;
- }
- .banner strong {
- margin: 0;
- }
- .advantage-bg {
- padding-top: 1px;
- height: auto;
- }
- .advantage {
- position: static;
- padding: 20px;
- margin: 20px 0 0;
- }
- .advantage-list li {
- margin-top: 20px;
- }
- .video-play {
- top: 0;
- margin: 20px 0;
- padding: 20px;
- border-radius: 10px;
- }
- .diff {
- padding-bottom: 0;
- }
- .different {
- top: 0;
- margin: 20px 0;
- padding: 20px;
- }
- .different-list {
- margin-top: 30px;
- }
- .different-list dt {
- margin-bottom: 30px;
- }
- .procedure-box {
- padding: 30px 0;
- }
- .procedure-list {
- margin-top: 50px;
- }
- .problem-box {
- padding: 30px 0;
- }
- .problem-list {
- margin-top: 20px;
- }
- .problem-list li {
- margin-top: 20px;
- }
- .foot {
- padding: 20px 0;
- }
- .foot-list li {
- margin-left: 50px;
- }
- }
- @media only screen and (max-width: 800px) {
- .banner strong {
- font-size: 30px;
- }
- .banner strong:after {
- margin-top: 0;
- }
- .banner-tip,
- .banner p {
- margin: 20px 0;
- font-size: 16px;
- }
- .btn {
- width: 110px;
- height: 32px;
- line-height: 32px;
- font-size: 16px;
- }
- .title {
- font-size: 18px;
- }
- .title-info {
- margin-top: 10px;
- }
- .advantage-list li p {
- width: auto;
- }
- .advantage-list li {
- flex: 0 0 100%;
- }
- .advantage-list li .icon {
- zoom: .7;
- }
- .advantage-list li {
- padding-left: 60px;
- }
- .video-play {
- height: 100px;
- }
- .play {
- zoom: .7;
- }
- .different {
- height: auto;
- }
- .different:after {
- display: none;
- }
- .problem-list strong,
- .problem-list p span {
- font-size: 16px;
- }
- .pop {
- left: 10px;
- right: 10px;
- transform: translate(0, -50%);
- width: auto;
- padding: 40px 0;
- margin: 0;
- }
- .pop-tip {
- margin: 30px 0;
- }
- .pop:before,
- .pop:after {
- display: none;
- }
- .different-list dt:after {
- margin-top: 5px;
- }
- .subhead {
- font-size: 14px;
- }
- .ours-advantage dl {
- display: none;
- }
- .ours-advantage dl.app {
- display: block;
- width: 100%;
- padding: 20px 0;
- }
- .ours-advantage dl.app dt {
- padding-bottom: 10px;
- margin-bottom: 20px;
- font-size: 18px;
- }
- .ours-advantage dt img {
- width: 40px;
- }
- .ours-advantage dl.app dd {
- margin-top: 10px;
- font-size: 14px;
- }
- }
- @media only screen and (max-width: 570px) {
- .play {
- right: 20px;
- left: inherit;
- transform: translate(0, -50%);
- }
- .procedure-list {
- flex-wrap: wrap;
- margin-top: 30px;
- }
- .procedure-list li {
- flex: 0 0 33.3333%;
- margin-top: 20px;
- }
- .procedure-list li .icon {
- zoom: .7;
- }
- .procedure-list li p {
- font-size: 14px;
- }
- .foot-list {
- display: block;
- margin-top: 20px;
- }
- .foot-list li {
- margin: 0 50px 0 0;
- }
- .contact-us:before {
- position: static;
- display: inline-block;
- vertical-align: middle;
- margin: -4px 10px 0 0;
- }
- .qq-list a {
- margin: 0 5px;
- }
- .serve-top,.serve-info-fixed {
- display: none;
- }
- .phone-serve {
- display: block;
- }
- }
- @media only screen and (max-width: 349px) {
- .banner .btn {
- margin: 0 10px;
- }
- .logo span {
- font-size: 16px;
- }
- .foot-copy {
- padding: 5px;
- height: auto;
- line-height: 1.5;
- }
- }
|