123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790 |
- *{
- margin: 0;
- padding: 0;
- }
- .small-tit{
- width: 100%;
- font-size: 25px;
- text-align: center;
- padding: 40px 5% 20px 5%;
- }
- .dealPromber{
- padding: 0 200px;
- }
- .dealPromber p{
- font-size: 20px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .dealPromber .advantage{
- font-size: 14px;
- color: #8B8B8B;
- }
- .dealPromber .col-sm-4{
- padding: 50px 0;
- border-right: 1px solid #EBF0F3;
- border-bottom: 1px solid #EBF0F3;
- }
- .dealPromber a{
- font-size: 16px;
- color: #666666;
- }
- .dealPromber a:hover{
- text-decoration: underline;
- }
- .bg{
- width: 100%;
- height: auto;
- background: rgba(241,241,245,1);
- margin-top: 60px;
- padding-bottom: 50px;
- }
- .imgwrapper>img{
- width: 100%;
- height: 400px;
- margin-top: 60px;
- }
- .iconwrapper img{
- width: 76px;
- height: 67px;
- }
- .pic{
- width: 100%;
- height: 250px;
- overflow: hidden;
- margin-top: 20px;
- border-radius: 2px;
- }
- figure{
- background-color: #002f7e;
- position: relative;
- width: auto;
- }
- figure img{
- opacity: 0.6;
- }
- figure img{
- transition:all 0.5s;
- -webkit-transition:all 0.5s;
- }
- figcaption{
- width: 100%;
- height: auto;
- position: absolute;
- top: 30%;
- left: 0;
- }
- figcaption h2,figcaption p{
- width: 100%;
- text-align: center;
- color: #FFFFFF;
- }
- figure:hover img{transform: scale(1.2)}
- .join{
- width: 90%;
- height: 242px;
- background-image: url(../img/blog/food.png);
- background-size: cover;
- margin: 0 5% 20px 5%;
- }
- .join p{
- font-size: 18px;
- width: 100%;
- text-align: center;
- padding-top: 70px;
- color: #FFFFFF;
- }
- .join button{
- width: 10%;
- height: 40px;
- margin: 10px 45% 0 45%;
- background: transparent;
- border: 1px solid #FFFFFF;
- color: #FFFFFF;
- }
- .next{
- margin-top: 60px;
- }
- .more{
- width: 10%;
- height: 40px;
- border: 1px solid #45C900;
- margin: 0px 45% 0 45%;
- background: transparent;
- }
- .step p{
- text-align:center;
- }
- button:hover{
- background-color:rgba(209,209,209,1);
- }
- .step div{
- width: 20%;
- height: auto;
- float: left;
- }
- .step img{
- display: block;
- margin: auto;
- }
- .videobox{
- margin: 0 25%;
- width: 50%;
- }
- .casebox{
- width: 100%;
- height: auto;
- border: 1px solid #8e888829;
- margin: 10px 0 0 2%;
- float: left;
- position: relative;
- background: rgba(255,255,255,1);
- }
- .casebox:hover .hoverbox{
- display: block;
- }
- .casebox div:first-child{
- width: 80%;
- height: 60%;
- margin: 10%;
- }
- .casebox div:first-child img{
- width: 100%;
- height: 100%;
- }
- .casebox p{
- text-align: center;
- }
- .artibox{
- height:auto;
- margin: 20px 0 10px 2%;
- float: left;
- }
- .artibox>div{
- width: 100%;
- height: 80%;
- position: relative;
- display: inline-block;
- }
- .artibox>div>img{
- width: 100%;
- height: 100%;
- }
- .artibox>p{
- margin-top: 5px;
- }
- .titbg{
- width: 100%;
- height: 40px;
- background:rgba(30,34,32,0.6) ;
- bottom: 0;
- left: 0;
- color: #FFFFFF;
- font-size: 16px;
- position: absolute;
- text-align: center;
- line-height: 40px;
- overflow: hidden;
- }
- .usebtn{
- width: 10%;
- height: 30px;
- background: transparent;
- color: #FFFFFF;
- border: 1px solid #FFFFFF;
- position: absolute;
- top:300px ;
- left:45% ;
- letter-spacing: 5px;
- font-size: 14px;
- }
- .bigtit{
- font-size: 30px;
- color: #FFFFFF;
- text-align: center;
- width: 100%;
- position: absolute;
- top:230px ;
- left: 0;
- }
- .hoverbox{
- width: 100%;
- height: 100%;
- position: absolute;
- background: rgba(14,27,26,0.5);
- top: 0;
- left: 0;
- display: none;
- }
- .hoverbox img{
- width: 80%;
- height: 69%;
- margin: 15% 10% 0 10%;
- }
- .random-prod h3{
- width: 100%;
- position: absolute;
- top: 30px;
- left:0;
- color: #FFFFFF;
- }
- .random-prod p{
- width: 80%;
- position: absolute;
- top: 70px;
- left: 10%;
- color: #FFFFFF;
- display: none;
- }
- .random-prod:hover p{
- display: block;
- }
- .random-prod:hover img{
- opacity: 0.6;
- }
- @media (min-width: 1120px) {
- .step p{
- font-size: 20px;
- }
- .step{
- width: 80%;
- height: 500px;
- margin: 0 10% 0 10%;
- }
- }
- @media (max-width: 767px) {
- .dealPromber{
- padding: 0 50px;
- }
- .dealPromber .col-sm-4{
- border: none;
- }
- .imgwrapper{
- width:100% ;
- margin-left: 0;
- }
- .join button{
- width: 30%;
- height: 40px;
- margin: 10px 35% 0 35%;
- background: transparent;
- border: 1px solid #FFFFFF;
- color: #FFFFFF;
- font-size: 10px;
- }
- .next img{
- width: 30px;
- height: 30px;
- margin-top: 20px;
- }
- .step p{
- text-align: center;
- font-size: 10px;
- }
- .step{
- width: 100%;
- height: 250px;
- margin: 0;
- }
- .next{
- margin-top: 15px;
- }
- .more{
- width: 25%;
- height: 40px;
- border: 1px solid #45C900;
- margin: 0 45% 0 38%;
- background: transparent;
- }
- .videobox{
- width: 100%;
- margin: 0;
- }
- .hoverbox img{
- height: 55%;
- margin-top: 30%;
- }
- .casebox p{
- height: 40px;
- }
- }
- #quick_section >div{
- height: 120px;
- }
- @media (min-width: 768px){
- .centericon {
- width: 33%;
- }
- }
- @media (min-width: 1170px){
- .centericon1 {
- width: 20%;
- }
- }
- .dealPromber{
- padding: 0 18.75%;
- }
- .dealPromber2{
- padding: 0 18.75%;
- }
- .dealPromber3{
- padding: 0 18.75%;
- }
- .dealPromber3 p{
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- @media (max-width: 767px){
- .dealPromber,.dealPromber2, .dealPromber3 {
- padding: 0;
- }
- }
- .create-get-list{
- margin-top: 80px;
- overflow: hidden;
- }
- .create-get-list .item{
- margin-bottom: 40px;
- }
- .item .ico{
- display: inline-block;
- width: 100px;
- height: 100px;
- background-color: #ebf2fe;
- border-radius: 100%;
- -webkit-border-radius:100%;
- }
- .item .ico span{
- display: table-cell;
- width: 100px;
- height: 105px;
- text-align: center;
- vertical-align: middle;
- }
- .item .ico img{
- display: inline-block;
- width: 40px;
- height: auto;
- }
- .arow_r{
- width: 35px;
- height: 19px;
- position: absolute;
- right: -35px;
- top: 48px;
- }
- .arow_d{
- position: absolute;
- display: none;
- width: 35px;
- height: 19px;
- left: 50%;
- margin-left: -17px;
- top: 200px;
- -webkit-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .home-section {
- text-align: center;
- }
- .function1{
- border-bottom:1px solid #ddd;
- }
- .function2{
- border-bottom:1px solid #ddd;
- }
- .function3{
- border-bottom:1px solid #ddd;
- }
- .function4{
- border-bottom:1px solid #ddd;
- }
- .function5{
- border-bottom:1px solid #ddd;
- }
- .function6{
- border-bottom: none;
- }
- @media (min-width: 768px) {
- .function1{
- border-right:1px solid #ddd;border-bottom:1px solid #ddd;
- }
- .function2{
- border-right:none;border-bottom:1px solid #ddd;
- }
- .function3{
- border-right:1px solid #ddd;border-bottom:1px solid #ddd;
- }
- .function4{
- border-right:none;border-bottom:1px solid #ddd;
- }
- .function5{
- border-bottom: none;border-top:none;border-right:1px solid #ddd;
- }
- .function6{
- border-bottom: none;border-top:none;border-right:none;
- }
- }
- /* .warp.container {
- width: 70%;
- } */
- @media (min-width: 1200px) {
- /* .warp.container {
- width: 70%;
- } */
- .function1{
- border-right:1px solid #ddd;border-bottom:1px solid #ddd;
- }
- .function2{
- border-right:1px solid #ddd;border-bottom:1px solid #ddd;
- }
- .function3{
- border-right: none;border-bottom:1px solid #ddd;
- }
- .function4{
- border-bottom: none;border-top:none;border-right:1px solid #ddd;
- }
- .function5{
- border-bottom: none;border-top:none;border-right:1px solid #ddd;
- }
- .function6{
- border-bottom: none;border-top:none;border-right:none;
- }
- }
- .create-get-box {
- padding-top: 0px;
- }
- .home-section>div,
- .home-section>ul {
- margin-left: auto;
- margin-right: auto
- }
- .home-what-title {
- height: 36px;
- background-repeat: no-repeat
- }
- .home-what-title.doc-title {
- /*width: 480px;*/
- }
- .create-get-list .item .text {
- color: #666;
- line-height: 24px;
- font-size: 16px;
- margin-top: 16px;
- }
- .ellips_line2 {
- -webkit-line-clamp: 2;
- }
- .ellips_line3 {
- -webkit-line-clamp: 3;
- }
- .ellips_line4 {
- -webkit-line-clamp: 4;
- }
- .ellips_line2,
- .ellips_line3,
- .ellips_line4 {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- overflow: hidden;
- }
- @media only screen and (min-width: 768px) {
- .create-get-list .arow_r {
- display: inline-block;
- }
- .create-get-list .arow_d {
- display: none;
- }
- }
- @media only screen and (max-width: 768px) {
- .container {
- width: 100%;
- margin: 0 auto;
- }
- }
- @media only screen and (max-width: 999px) {
- #newti{
- display: none;
- }
- }
- @media only screen and (max-width: 991px) {
- .t_margin{
- margin-left: 0px !important;
- }
- }
- @media only screen and (max-width: 767px) {
- .r_margin{
- margin-left: 0px !important;
- }
- }
- @media only screen and (max-width: 991px) {
- .a_margin{
- margin-left: 0px !important;
- }
- }
- @media (max-width: 767px) {
- .create-get-list .arow_r {
- display: none;
- }
- .create-get-list .arow_d {
- display: inline-block;
- margin-top: 25px;
- }
- .addTop{
- margin-top: 30px;
- }
- }
- .sceneImg{
- width: 112px;
- height: 112px;
- }
- .sceneText{
- margin-top: 20px;
- font-size: 18px;
- }
- .questionImg{
- width: 120px;
- height: 120px;
- }
- .functionImg{
- width: 120px;
- height: 100px;
- }
- .numText1{
- color:#3D9CDF;width:100%;margin-top:24px;font-size:32px;text-align:center
- }
- .numLine{
- background-color:#ccc;width:20%;margin-left:40%;height:2px;margin-top:22px;display: none;
- }
- .numText2{
- color:#333;width:100%;margin-top:20px;font-size:18px;text-align:center
- }
- .numBox{
- background-color: #fff;height:150px;margin-top: 25px;border-right:1px solid #eee
- }
- .setFont p a{
- font-size: 14px;
- }
- .setFont p{
- font-size: 18px;
- }
- p{
- margin-top:10px;
- }
- .nav_act{
- color:rgb(0,149,213) !important;
- }
- .p_box{
- background-color:white;margin-top:-50px;z-index:2;border:1px solid #ddd;
- }
- .free_experience{
- padding: 5px 20px;color: rgb(0,149,213);font-size:18px;margin-top:30px;background:transparent;border: 1px solid rgb(0,149,213);
- }
- .free_experience:hover{
- background: #3997d5;
- }
- .margin_top_20px{
- margin-top:20px
- }
- .margin_top_50px{
- margin-top:50px;
- }
- .margin_top_10px{
- margin-top:10px
- }
- .margin_top_10px p{
- font-size:16px;color:#666;
- }
- .text_center_margin_top_50px{
- text-align: center;margin-top:50px;
- }
- .margin_top_50px p{
- font-size: 18px; margin-top: 20px; color: #535E66;
- }
- .padding_30_0{
- padding-bottom:30px;padding-top:30px
- }
- .padding_30_0 .function_p1{
- font-weight: bold;font-size:22px;color:#333
- }
- .padding_30_0 .function_p2{
- color:#666;font-size:14px;margin-top:16px;
- }
- .padding_30_0 .function_p3{
- padding: 0 15px;color:#666;font-size:14px
- }
- .r_body{
- background: rgb(204,224,247); padding: 50px 0 80px;margin-top:50px;
- }
- .r_child_1{
- border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;
- }
- .r_child_2{
- border-right:none;background:#fff;padding:25px;border:1px solid #ddd;height:100%;margin-left:12%
- }
- .r_p_2{
- font-size:14px;margin-top:32px
- }
- .r_p_3{
- padding: 0 15px;font-size:14px
- }
- .r_p_1{
- font-weight: bold;font-size:24px;
- }
- .w_60_h_60{
- width: 60px; height: 60px;
- }
- .q_body{
- background: rgb(204,224,247); padding: 0px 0 80px;margin-top:-400px
- }
- .show_pc{
- display: block !important;
- }
- .show_phone{
- display: none !important;
- }
- @media only screen and (max-width: 767px) {
- .show_pc{
- display: none !important;
- }
- .show_phone{
- display: block !important;
- }
- .height_160px{
- height: 100px !important;
- }
- .numText1{
- color:#3D9CDF;width:100%;margin-top:12px;font-size:15px;text-align:center
- }
- .numLine{
- background-color:#ccc;width:20%;margin-left:40%;height:1px;margin-top:20px
- }
- .numText2{
- color:#333;width:100%;margin-top:20px;font-size:10px;text-align:center
- }
- .numBox{
- background-color: #fff;height:100px;border-right:1px solid #eee;margin-top: 0px;padding: 0;
- }
- .margintop_20{
- margin-top: 20px !important;
- }
- .m_top_btm_10px{
- margin-top: 25px !important;
- margin-bottom: 32px !important;
- }
- .m_0px{
- margin-top: 0px !important;
- }
- .pad_top_20px{
- padding-top: 20px !important;
- }
- .border_none{
- border: none !important;
- }
- .r_body {
- background: #fff;
- padding: 0;
- margin-top: 0px;
- }
- .r_child_2 {
- border-right: none;
- background: #fff;
- padding: 0px;
- border: none;
- height: 100%;
- margin-left: 0;
- }
- .r_child_1 {
- border-right: none;
- background: #fff;
- padding: 0px;
- border: none;
- height: 100%;
- }
- .r_p_1 {
- font-weight: bold;
- font-size: 20px;
- }
- .r_p_2 {
- font-size: 12px;
- /* margin-top: 32px; */
- width: 110px;
- margin: 0 auto;
- margin-top: 32px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .r_p_2_1{
- width: 110px;
- }
- .r_p_2_2{
- width: 120px;
- }
- .r_p_2_3{
- width: 120px;
- }
- .r_p_3 {
- padding: 0;
- font-size: 12px;
- width: 86px;
- margin: 0 auto;
- margin-top: 10px;
- overflow: hidden;
- text-overflow:ellipsis;
- white-space: nowrap;
- }
- .r_p_3_1{
- width:110px;
- }
- .r_p_3_2{
- width:124px;
- }
- .m_top_32px{
- margin-top: 20px !important;
- }
- .m_top_36px{
- margin-top: 21px !important;
- }
- .mar_t_15px{
- margin-top: 15px !important;
- }
- .mar_t_13px{
- margin-top: 13px;
- }
- }
|